#00753C

Color #00753C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #00753C

Tints of Jewel #00753C

Color information

#00753C (or 0x00753C) is unknown color: approx Jewel. HEX triplet: 00, 75 and 3C. RGB value is (0,117,60). Sum of RGB (Red+Green+Blue) = 0+117+60=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #00753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00753C is #FF8AC3. Grayscale: #4B4B4B. Windows color (decimal): -16747204 or 3962112. OLE color: 3962112.

HSL color Cylindrical-coordinate representation of color #00753C: hue angle of 150.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00753C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB011760-
CMYK100.490.54
HSL150.77º100%22.94%-
HSV(B)150.77º100%45.88%-
XYZ7.1813.056.42-
YUV75.52119.2474.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 66.10%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=0%
G=66.10%
B=33.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011760100.490.54150.7710022.94
Hex0753C6403136976417
Octal0165741440616622714427
Binary011101011111001100100011000111011010010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00753C; }

 p { color: rgb(0,117,60); }

 H1.HeaderClassName
 {
   color: #00753C;
 }
 .AnyTagClassName
 {
   color: #00753C;
 }
</style>
background-color css

<style>
 a { background-color: #00753C; }

 a { background-color: rgb(0,117,60); }

 div.DivClassName
 {
   background-color: #00753C;
 }
 .BgClassName
 {
   background-color: #00753C;
 }
</style>
border-color css

<style>
 span { border-color: #00753C; }

 span { border-color: rgb(0,117,60); }

 td.TdClassName
 {
   border-color: #00753C;
 }
 .TagClassName
 {
   border-color: #00753C;
 }
</style>