Html Css Color HEX #717404 Olive

📋 copy color: '#717404'

red 113 ◦ green 116 ◦ blue 4

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

Shades of Olive #717404

Tints of Olive #717404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

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

R = 48.5%
G = 49.79%
B = 1.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#717404 (or 0x717404) is known color: Olive. HEX triplet: 71, 74 and 04. RGB value is (113,116,4). Sum of RGB (Red+Green+Blue) = 113+116+4=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #717404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717404 is #8E8BFB. Grayscale: #666666. Windows color (decimal): -9341948 or 291953. OLE color: 291953.

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

Color convert

RGB 113 116 4 -
CMYK 0.03 0 0.97 0.55
HSL 61.61º 0.93% 0.24% -
HSV(B) 61.61º 0.97% 0.45% -
XYZ 13.08 16.01 2.52 -
YUV 102.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 113 116 4 0.03 0 0.97 0.55 61.61 0.93 0.24
Hex 71 74 4 3 0 61 37 3E 5D 18
Octal 161 164 4 3 0 141 67 76 135 30
Binary 1110001 1110100 100 11 0 1100001 110111 111110 1011101 11000

Color Harmonies of #717404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717404

Black with #717404

Text Example


Text Example

White with #717404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717404; }

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

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

background-color css

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

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

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

border-color css

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

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

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