Html Css Color HEX #117120 Camarone

📋 copy color: '#117120'

red 17 ◦ green 113 ◦ blue 32

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

Shades of Camarone #117120

Tints of Camarone #117120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.75%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 10.49%
G = 69.75%
B = 19.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#117120 (or 0x117120) is known color: Camarone. HEX triplet: 11, 71 and 20. RGB value is (17,113,32). Sum of RGB (Red+Green+Blue) = 17+113+32=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #117120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117120 is #EE8EDF. Grayscale: #4B4B4B. Windows color (decimal): -15634144 or 2126097. OLE color: 2126097.

HSL color Cylindrical-coordinate representation of color #117120: hue angle of 129.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117120 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 32 -
CMYK 0.85 0 0.72 0.56
HSL 129.38º 0.74% 0.25% -
HSV(B) 129.38º 0.85% 0.44% -
XYZ 6.4 12.03 3.35 -
YUV 75.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 17 113 32 0.85 0 0.72 0.56 129.38 0.74 0.25
Hex 11 71 20 55 0 48 38 81 4A 19
Octal 21 161 40 125 0 110 70 201 112 31
Binary 10001 1110001 100000 1010101 0 1001000 111000 10000001 1001010 11001

Color Harmonies of #117120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117120

Black with #117120

Text Example


Text Example

White with #117120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117120; }

 p { color: rgb(17,113,32); }

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

background-color css

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

 a { background-color: rgb(17,113,32); }

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

border-color css

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

 span { border-color: rgb(17,113,32); }

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