Html Css Color HEX #716904 Olive

📋 copy color: '#716904'

red 113 ◦ green 105 ◦ blue 4

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

Shades of Olive #716904

Tints of Olive #716904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

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

R = 50.9%
G = 47.3%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716904 (or 0x716904) is known color: Olive. HEX triplet: 71, 69 and 04. RGB value is (113,105,4). Sum of RGB (Red+Green+Blue) = 113+105+4=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716904 is #8E96FB. Grayscale: #606060. Windows color (decimal): -9344764 or 289137. OLE color: 289137.

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

Color convert

RGB 113 105 4 -
CMYK 0 0.07 0.96 0.56
HSL 55.6º 0.93% 0.23% -
HSV(B) 55.6º 0.96% 0.44% -
XYZ 11.88 13.62 2.12 -
YUV 95.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 113 105 4 0 0.07 0.96 0.56 55.6 0.93 0.23
Hex 71 69 4 0 7 60 38 38 5D 17
Octal 161 151 4 0 7 140 70 70 135 27
Binary 1110001 1101001 100 0 111 1100000 111000 111000 1011101 10111

Color Harmonies of #716904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716904

Black with #716904

Text Example


Text Example

White with #716904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716904; }

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

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

background-color css

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

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

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

border-color css

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

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

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