#00BB74

Color #00BB74 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #00BB74

Tints of Jade #00BB74

Color information

#00BB74 (or 0x00BB74) is unknown color: approx Jade. HEX triplet: 00, BB and 74. RGB value is (0,187,116). Sum of RGB (Red+Green+Blue) = 0+187+116=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB74 is #FF448B. Grayscale: #7B7B7B. Windows color (decimal): -16729228 or 7650048. OLE color: 7650048.

HSL color Cylindrical-coordinate representation of color #00BB74: hue angle of 157.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB74 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB0187116-
CMYK100.380.27
HSL157.22º100%36.67%-
HSV(B)157.22º100%73.33%-
XYZ20.9236.822.52-
YUV122.99124.0540.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 61.72%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=0%
G=61.72%
B=38.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal0187116100.380.27157.2210036.67
Hex0BB74640261B9d6425
Octal02731641440463323514445
Binary01011101111101001100100010011011011100111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BB74; }

 p { color: rgb(0,187,116); }

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

<style>
 a { background-color: #00BB74; }

 a { background-color: rgb(0,187,116); }

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

<style>
 span { border-color: #00BB74; }

 span { border-color: rgb(0,187,116); }

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