#006B06

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

Shades of Green #006B06

Tints of Green #006B06

Color information

#006B06 (or 0x006B06) is unknown color: approx Green. HEX triplet: 00, 6B and 06. RGB value is (0,107,6). Sum of RGB (Red+Green+Blue) = 0+107+6=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 107 (42.19% from 255 or 94.69% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 107 - color contains mainly: green. Hex color #006B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006B06 is #FF94F9. Grayscale: #3F3F3F. Windows color (decimal): -16749818 or 420608. OLE color: 420608.

HSL color Cylindrical-coordinate representation of color #006B06: hue angle of 123.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B06 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB01076-
CMYK100.940.58
HSL123.36º100%20.98%-
HSV(B)123.36º100%41.96%-
XYZ5.2910.531.93-
YUV63.4995.5582.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 94.69%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=0%
G=94.69%
B=5.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal01076100.940.58123.3610020.98
Hex06B66405E3A7b6415
Octal0153614401367217314425
Binary011010111101100100010111101110101111011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,6); }

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

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

 a { background-color: rgb(0,107,6); }

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

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

 span { border-color: rgb(0,107,6); }

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