Html Css Color HEX #107006 Green

📋 copy color: '#107006'

red 16 ◦ green 112 ◦ blue 6

#107006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #107006

Tints of Green #107006

RGB

 RED value IS 16 (6.64% from 255) = 11.94%

 GREEN value IS 112 (44.14% from 255) = 83.58%

 BLUE value IS 6 (2.73% from 255) = 4.48%

R = 11.94%
G = 83.58%
B = 4.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#107006 (or 0x107006) is known color: Green. HEX triplet: 10, 70 and 06. RGB value is (16,112,6). Sum of RGB (Red+Green+Blue) = 16+112+6=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #107006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107006 is #EF8FF9. Grayscale: #474747. Windows color (decimal): -15699962 or 421904. OLE color: 421904.

HSL color Cylindrical-coordinate representation of color #107006: hue angle of 114.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #107006 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 6 -
CMYK 0.86 0 0.95 0.56
HSL 114.34º 0.9% 0.23% -
HSV(B) 114.34º 0.95% 0.44% -
XYZ 6.04 11.71 2.11 -
YUV 71.21 91.2 88.62 -
System Red Green Blue C M Y K H S L
Decimal 16 112 6 0.86 0 0.95 0.56 114.34 0.9 0.23
Hex 10 70 6 56 0 5F 38 72 5A 17
Octal 20 160 6 126 0 137 70 162 132 27
Binary 10000 1110000 110 1010110 0 1011111 111000 1110010 1011010 10111

Color Harmonies of #107006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107006

Black with #107006

Text Example


Text Example

White with #107006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107006; }

 p { color: rgb(16,112,6); }

 H1.HeaderClassName
 {
   color: #107006;
 }
 .AnyTagClassName
 {
   color: #107006;
 }
</style>

background-color css

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

 a { background-color: rgb(16,112,6); }

 div.DivClassName
 {
   background-color: #107006;
 }
 .BgClassName
 {
   background-color: #107006;
 }
</style>

border-color css

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

 span { border-color: rgb(16,112,6); }

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