Html Css Color HEX #716204 Olive

📋 copy color: '#716204'

red 113 ◦ green 98 ◦ blue 4

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

Shades of Olive #716204

Tints of Olive #716204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 52.56%
G = 45.58%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716204 (or 0x716204) is known color: Olive. HEX triplet: 71, 62 and 04. RGB value is (113,98,4). Sum of RGB (Red+Green+Blue) = 113+98+4=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #716204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716204 is #8E9DFB. Grayscale: #5C5C5C. Windows color (decimal): -9346556 or 287345. OLE color: 287345.

HSL color Cylindrical-coordinate representation of color #716204: hue angle of 51.74º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716204 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 4 -
CMYK 0 0.13 0.96 0.56
HSL 51.74º 0.93% 0.23% -
HSV(B) 51.74º 0.96% 0.44% -
XYZ 11.2 12.25 1.89 -
YUV 91.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 113 98 4 0 0.13 0.96 0.56 51.74 0.93 0.23
Hex 71 62 4 0 D 60 38 34 5D 17
Octal 161 142 4 0 15 140 70 64 135 27
Binary 1110001 1100010 100 0 1101 1100000 111000 110100 1011101 10111

Color Harmonies of #716204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716204

Black with #716204

Text Example


Text Example

White with #716204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716204; }

 p { color: rgb(113,98,4); }

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

background-color css

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

 a { background-color: rgb(113,98,4); }

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

border-color css

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

 span { border-color: rgb(113,98,4); }

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