Html Css Color HEX #106B02 Green

📋 copy color: '#106B02'

red 16 ◦ green 107 ◦ blue 2

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

Shades of Green #106B02

Tints of Green #106B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 85.6%

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 12.8%
G = 85.6%
B = 1.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#106B02 (or 0x106B02) is known color: Green. HEX triplet: 10, 6B and 02. RGB value is (16,107,2). Sum of RGB (Red+Green+Blue) = 16+107+2=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 107 (42.19% from 255 or 85.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 107 - color contains mainly: green. Hex color #106B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B02 is #EF94FD. Grayscale: #444444. Windows color (decimal): -15701246 or 158480. OLE color: 158480.

HSL color Cylindrical-coordinate representation of color #106B02: hue angle of 112º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #106B02 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 107 2 -
CMYK 0.85 0 0.98 0.58
HSL 112º 0.96% 0.21% -
HSV(B) 112º 0.98% 0.42% -
XYZ 5.48 10.63 1.82 -
YUV 67.82 90.85 91.04 -
System Red Green Blue C M Y K H S L
Decimal 16 107 2 0.85 0 0.98 0.58 112 0.96 0.21
Hex 10 6B 2 55 0 62 3A 70 60 15
Octal 20 153 2 125 0 142 72 160 140 25
Binary 10000 1101011 10 1010101 0 1100010 111010 1110000 1100000 10101

Color Harmonies of #106B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B02

Black with #106B02

Text Example


Text Example

White with #106B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106B02; }

 p { color: rgb(16,107,2); }

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

background-color css

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

 a { background-color: rgb(16,107,2); }

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

border-color css

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

 span { border-color: rgb(16,107,2); }

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