Html Css Color HEX #118406 Green

📋 copy color: '#118406'

red 17 ◦ green 132 ◦ blue 6

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

Shades of Green #118406

Tints of Green #118406

RGB

 RED value IS 17 (7.03% from 255) = 10.97%

 GREEN value IS 132 (51.95% from 255) = 85.16%

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

R = 10.97%
G = 85.16%
B = 3.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#118406 (or 0x118406) is known color: Green. HEX triplet: 11, 84 and 06. RGB value is (17,132,6). Sum of RGB (Red+Green+Blue) = 17+132+6=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 132 (51.95% from 255 or 85.16% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 132 - color contains mainly: green. Hex color #118406 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118406 is #EE7BF9. Grayscale: #535353. Windows color (decimal): -15629306 or 427025. OLE color: 427025.

HSL color Cylindrical-coordinate representation of color #118406: hue angle of 114.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #118406 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 132 6 -
CMYK 0.87 0 0.95 0.48
HSL 114.76º 0.91% 0.27% -
HSV(B) 114.76º 0.95% 0.52% -
XYZ 8.52 16.63 2.93 -
YUV 83.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 17 132 6 0.87 0 0.95 0.48 114.76 0.91 0.27
Hex 11 84 6 57 0 5F 30 73 5B 1B
Octal 21 204 6 127 0 137 60 163 133 33
Binary 10001 10000100 110 1010111 0 1011111 110000 1110011 1011011 11011

Color Harmonies of #118406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118406

Black with #118406

Text Example


Text Example

White with #118406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118406; }

 p { color: rgb(17,132,6); }

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

background-color css

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

 a { background-color: rgb(17,132,6); }

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

border-color css

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

 span { border-color: rgb(17,132,6); }

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