Html Css Color HEX #716C23 Olivetone

📋 copy color: '#716C23'

red 113 ◦ green 108 ◦ blue 35

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

Shades of Olivetone #716C23

Tints of Olivetone #716C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

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

R = 44.14%
G = 42.19%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#716C23 (or 0x716C23) is known color: Olivetone. HEX triplet: 71, 6C and 23. RGB value is (113,108,35). Sum of RGB (Red+Green+Blue) = 113+108+35=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C23 is #8E93DC. Grayscale: #656565. Windows color (decimal): -9343965 or 2321521. OLE color: 2321521.

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

Color convert

RGB 113 108 35 -
CMYK 0 0.04 0.69 0.56
HSL 56.15º 0.53% 0.29% -
HSV(B) 56.15º 0.69% 0.44% -
XYZ 12.48 14.36 3.7 -
YUV 101.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 113 108 35 0 0.04 0.69 0.56 56.15 0.53 0.29
Hex 71 6C 23 0 4 45 38 38 35 1D
Octal 161 154 43 0 4 105 70 70 65 35
Binary 1110001 1101100 100011 0 100 1000101 111000 111000 110101 11101

Color Harmonies of #716C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C23

Black with #716C23

Text Example


Text Example

White with #716C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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