Html Css Color HEX #717023 Olivetone

📋 copy color: '#717023'

red 113 ◦ green 112 ◦ blue 35

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

Shades of Olivetone #717023

Tints of Olivetone #717023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 43.46%
G = 43.08%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#717023 (or 0x717023) is known color: Olivetone. HEX triplet: 71, 70 and 23. RGB value is (113,112,35). Sum of RGB (Red+Green+Blue) = 113+112+35=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #717023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717023 is #8E8FDC. Grayscale: #676767. Windows color (decimal): -9342941 or 2322545. OLE color: 2322545.

HSL color Cylindrical-coordinate representation of color #717023: hue angle of 59.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #717023 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 35 -
CMYK 0 0.01 0.69 0.56
HSL 59.23º 0.53% 0.29% -
HSV(B) 59.23º 0.69% 0.44% -
XYZ 12.91 15.22 3.85 -
YUV 103.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 113 112 35 0 0.01 0.69 0.56 59.23 0.53 0.29
Hex 71 70 23 0 1 45 38 3B 35 1D
Octal 161 160 43 0 1 105 70 73 65 35
Binary 1110001 1110000 100011 0 1 1000101 111000 111011 110101 11101

Color Harmonies of #717023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717023

Black with #717023

Text Example


Text Example

White with #717023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717023; }

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

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

background-color css

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

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

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

border-color css

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

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

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