Html Css Color HEX #717604 Olive

📋 copy color: '#717604'

red 113 ◦ green 118 ◦ blue 4

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

Shades of Olive #717604

Tints of Olive #717604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.21%

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

R = 48.09%
G = 50.21%
B = 1.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#717604 (or 0x717604) is known color: Olive. HEX triplet: 71, 76 and 04. RGB value is (113,118,4). Sum of RGB (Red+Green+Blue) = 113+118+4=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #717604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717604 is #8E89FB. Grayscale: #676767. Windows color (decimal): -9341436 or 292465. OLE color: 292465.

HSL color Cylindrical-coordinate representation of color #717604: hue angle of 62.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717604 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 4 -
CMYK 0.04 0 0.97 0.54
HSL 62.63º 0.93% 0.24% -
HSV(B) 62.63º 0.97% 0.46% -
XYZ 13.31 16.48 2.59 -
YUV 103.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 113 118 4 0.04 0 0.97 0.54 62.63 0.93 0.24
Hex 71 76 4 4 0 61 36 3F 5D 18
Octal 161 166 4 4 0 141 66 77 135 30
Binary 1110001 1110110 100 100 0 1100001 110110 111111 1011101 11000

Color Harmonies of #717604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717604

Black with #717604

Text Example


Text Example

White with #717604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717604; }

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

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

background-color css

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

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

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

border-color css

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

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

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