#006F3C

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

Shades of Jewel #006F3C

Tints of Jewel #006F3C

Color information

#006F3C (or 0x006F3C) is unknown color: approx Jewel. HEX triplet: 00, 6F and 3C. RGB value is (0,111,60). Sum of RGB (Red+Green+Blue) = 0+111+60=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 111 (43.75% from 255 or 64.91% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 111 - color contains mainly: green. Hex color #006F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F3C is #FF90C3. Grayscale: #484848. Windows color (decimal): -16748740 or 3960576. OLE color: 3960576.

HSL color Cylindrical-coordinate representation of color #006F3C: hue angle of 152.43º 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 #006F3C is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB011160-
CMYK100.460.56
HSL152.43º100%21.76%-
HSV(B)152.43º100%43.53%-
XYZ6.511.76.19-
YUV72121.2376.65-

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) = 64.91%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=0%
G=64.91%
B=35.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011160100.460.56152.4310021.76
Hex06F3C6402E38986416
Octal0157741440567023014426
Binary011011111111001100100010111011100010011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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