Html Css Color HEX #717323 Olivetone

📋 copy color: '#717323'

red 113 ◦ green 115 ◦ blue 35

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

Shades of Olivetone #717323

Tints of Olivetone #717323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 42.97%
G = 43.73%
B = 13.31%

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

#717323 (or 0x717323) is known color: Olivetone. HEX triplet: 71, 73 and 23. RGB value is (113,115,35). Sum of RGB (Red+Green+Blue) = 113+115+35=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #717323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717323 is #8E8CDC. Grayscale: #696969. Windows color (decimal): -9342173 or 2323313. OLE color: 2323313.

HSL color Cylindrical-coordinate representation of color #717323: hue angle of 61.5º degrees, saturation: 0.53, 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 #717323 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 35 -
CMYK 0.02 0 0.70 0.55
HSL 61.5º 0.53% 0.29% -
HSV(B) 61.5º 0.7% 0.45% -
XYZ 13.24 15.89 3.96 -
YUV 105.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 113 115 35 0.02 0 0.70 0.55 61.5 0.53 0.29
Hex 71 73 23 2 0 46 37 3E 35 1D
Octal 161 163 43 2 0 106 67 76 65 35
Binary 1110001 1110011 100011 10 0 1000110 110111 111110 110101 11101

Color Harmonies of #717323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717323

Black with #717323

Text Example


Text Example

White with #717323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717323; }

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

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

background-color css

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

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

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

border-color css

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

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

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