Html Css Color HEX #717227 Olivetone

📋 copy color: '#717227'

red 113 ◦ green 114 ◦ blue 39

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

Shades of Olivetone #717227

Tints of Olivetone #717227

RGB

 RED value IS 113 (44.53% from 255) = 42.48%

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 42.48%
G = 42.86%
B = 14.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#717227 (or 0x717227) is known color: Olivetone. HEX triplet: 71, 72 and 27. RGB value is (113,114,39). Sum of RGB (Red+Green+Blue) = 113+114+39=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #717227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717227 is #8E8DD8. Grayscale: #696969. Windows color (decimal): -9342425 or 2585201. OLE color: 2585201.

HSL color Cylindrical-coordinate representation of color #717227: hue angle of 60.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #717227 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 39 -
CMYK 0.01 0 0.66 0.55
HSL 60.8º 0.49% 0.3% -
HSV(B) 60.8º 0.66% 0.45% -
XYZ 13.19 15.69 4.25 -
YUV 105.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 113 114 39 0.01 0 0.66 0.55 60.8 0.49 0.3
Hex 71 72 27 1 0 42 37 3D 31 1E
Octal 161 162 47 1 0 102 67 75 61 36
Binary 1110001 1110010 100111 1 0 1000010 110111 111101 110001 11110

Color Harmonies of #717227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717227

Black with #717227

Text Example


Text Example

White with #717227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717227; }

 p { color: rgb(113,114,39); }

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

background-color css

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

 a { background-color: rgb(113,114,39); }

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

border-color css

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

 span { border-color: rgb(113,114,39); }

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