Html Css Color HEX #716604 Olive

📋 copy color: '#716604'

red 113 ◦ green 102 ◦ blue 4

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

Shades of Olive #716604

Tints of Olive #716604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 51.6%
G = 46.58%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716604 (or 0x716604) is known color: Olive. HEX triplet: 71, 66 and 04. RGB value is (113,102,4). Sum of RGB (Red+Green+Blue) = 113+102+4=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #716604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716604 is #8E99FB. Grayscale: #5E5E5E. Windows color (decimal): -9345532 or 288369. OLE color: 288369.

HSL color Cylindrical-coordinate representation of color #716604: hue angle of 53.94º 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 #716604 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 4 -
CMYK 0 0.10 0.96 0.56
HSL 53.94º 0.93% 0.23% -
HSV(B) 53.94º 0.96% 0.44% -
XYZ 11.58 13.02 2.02 -
YUV 94.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 113 102 4 0 0.10 0.96 0.56 53.94 0.93 0.23
Hex 71 66 4 0 A 60 38 36 5D 17
Octal 161 146 4 0 12 140 70 66 135 27
Binary 1110001 1100110 100 0 1010 1100000 111000 110110 1011101 10111

Color Harmonies of #716604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716604

Black with #716604

Text Example


Text Example

White with #716604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716604; }

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

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

background-color css

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

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

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

border-color css

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

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

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