Html Css Color HEX #716E23 Olivetone

📋 copy color: '#716E23'

red 113 ◦ green 110 ◦ blue 35

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

Shades of Olivetone #716E23

Tints of Olivetone #716E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.64%

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

R = 43.8%
G = 42.64%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#716E23 (or 0x716E23) is known color: Olivetone. HEX triplet: 71, 6E and 23. RGB value is (113,110,35). Sum of RGB (Red+Green+Blue) = 113+110+35=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E23 is #8E91DC. Grayscale: #666666. Windows color (decimal): -9343453 or 2322033. OLE color: 2322033.

HSL color Cylindrical-coordinate representation of color #716E23: hue angle of 57.69º 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 #716E23 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 35 -
CMYK 0 0.03 0.69 0.56
HSL 57.69º 0.53% 0.29% -
HSV(B) 57.69º 0.69% 0.44% -
XYZ 12.69 14.78 3.77 -
YUV 102.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 113 110 35 0 0.03 0.69 0.56 57.69 0.53 0.29
Hex 71 6E 23 0 3 45 38 3A 35 1D
Octal 161 156 43 0 3 105 70 72 65 35
Binary 1110001 1101110 100011 0 11 1000101 111000 111010 110101 11101

Color Harmonies of #716E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E23

Black with #716E23

Text Example


Text Example

White with #716E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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