Html Css Color HEX #716C08 Olive

📋 copy color: '#716C08'

red 113 ◦ green 108 ◦ blue 8

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

Shades of Olive #716C08

Tints of Olive #716C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 49.34%
G = 47.16%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#716C08 (or 0x716C08) is known color: Olive. HEX triplet: 71, 6C and 08. RGB value is (113,108,8). Sum of RGB (Red+Green+Blue) = 113+108+8=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #716C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C08 is #8E93F7. Grayscale: #626262. Windows color (decimal): -9343992 or 552049. OLE color: 552049.

HSL color Cylindrical-coordinate representation of color #716C08: hue angle of 57.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #716C08 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 8 -
CMYK 0 0.04 0.93 0.56
HSL 57.14º 0.87% 0.24% -
HSV(B) 57.14º 0.93% 0.44% -
XYZ 12.22 14.25 2.34 -
YUV 98.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 113 108 8 0 0.04 0.93 0.56 57.14 0.87 0.24
Hex 71 6C 8 0 4 5D 38 39 57 18
Octal 161 154 10 0 4 135 70 71 127 30
Binary 1110001 1101100 1000 0 100 1011101 111000 111001 1010111 11000

Color Harmonies of #716C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C08

Black with #716C08

Text Example


Text Example

White with #716C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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