#006F37

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

Shades of Jewel #006F37

Tints of Jewel #006F37

Color information

#006F37 (or 0x006F37) is unknown color: approx Jewel. HEX triplet: 00, 6F and 37. RGB value is (0,111,55). Sum of RGB (Red+Green+Blue) = 0+111+55=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 111 (43.75% from 255 or 66.87% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 111 - color contains mainly: green. Hex color #006F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F37 is #FF90C8. Grayscale: #474747. Windows color (decimal): -16748745 or 3632896. OLE color: 3632896.

HSL color Cylindrical-coordinate representation of color #006F37: hue angle of 149.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F37 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB011155-
CMYK100.500.56
HSL149.73º100%21.76%-
HSV(B)149.73º100%43.53%-
XYZ6.3711.645.53-
YUV71.43118.7377.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 66.87%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=0%
G=66.87%
B=33.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011155100.500.56149.7310021.76
Hex06F376403238966416
Octal0157671440627022614426
Binary011011111101111100100011001011100010010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F37; }

 p { color: rgb(0,111,55); }

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

<style>
 a { background-color: #006F37; }

 a { background-color: rgb(0,111,55); }

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

<style>
 span { border-color: #006F37; }

 span { border-color: rgb(0,111,55); }

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