#006E3B

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

Shades of Jewel #006E3B

Tints of Jewel #006E3B

Color information

#006E3B (or 0x006E3B) is unknown color: approx Jewel. HEX triplet: 00, 6E and 3B. RGB value is (0,110,59). Sum of RGB (Red+Green+Blue) = 0+110+59=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 110 (43.36% from 255 or 65.09% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 110 - color contains mainly: green. Hex color #006E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E3B is #FF91C4. Grayscale: #474747. Windows color (decimal): -16748997 or 3894784. OLE color: 3894784.

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

Color convert

RGB011059-
CMYK100.460.57
HSL152.18º100%21.57%-
HSV(B)152.18º100%43.14%-
XYZ6.3711.476.02-
YUV71.3121.0677.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 65.09%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=0%
G=65.09%
B=34.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal011059100.460.57152.1810021.57
Hex06E3B6402E39986416
Octal0156731440567123014426
Binary011011101110111100100010111011100110011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,110,59); }

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

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

 a { background-color: rgb(0,110,59); }

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

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

 span { border-color: rgb(0,110,59); }

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