Html Css Color HEX #717322 Olivetone

📋 copy color: '#717322'

red 113 ◦ green 115 ◦ blue 34

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

Shades of Olivetone #717322

Tints of Olivetone #717322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 43.13%
G = 43.89%
B = 12.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#717322 (or 0x717322) is known color: Olivetone. HEX triplet: 71, 73 and 22. RGB value is (113,115,34). Sum of RGB (Red+Green+Blue) = 113+115+34=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #717322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717322 is #8E8CDD. Grayscale: #696969. Windows color (decimal): -9342174 or 2257777. OLE color: 2257777.

HSL color Cylindrical-coordinate representation of color #717322: hue angle of 61.48º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #717322 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 34 -
CMYK 0.02 0 0.70 0.55
HSL 61.48º 0.54% 0.29% -
HSV(B) 61.48º 0.7% 0.45% -
XYZ 13.23 15.89 3.88 -
YUV 105.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 113 115 34 0.02 0 0.70 0.55 61.48 0.54 0.29
Hex 71 73 22 2 0 46 37 3D 36 1D
Octal 161 163 42 2 0 106 67 75 66 35
Binary 1110001 1110011 100010 10 0 1000110 110111 111101 110110 11101

Color Harmonies of #717322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717322

Black with #717322

Text Example


Text Example

White with #717322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717322; }

 p { color: rgb(113,115,34); }

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

background-color css

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

 a { background-color: rgb(113,115,34); }

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

border-color css

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

 span { border-color: rgb(113,115,34); }

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