Html Css Color HEX #717A04 Olive

📋 copy color: '#717A04'

red 113 ◦ green 122 ◦ blue 4

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

Shades of Olive #717A04

Tints of Olive #717A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.05%

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

R = 47.28%
G = 51.05%
B = 1.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#717A04 (or 0x717A04) is known color: Olive. HEX triplet: 71, 7A and 04. RGB value is (113,122,4). Sum of RGB (Red+Green+Blue) = 113+122+4=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #717A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717A04 is #8E85FB. Grayscale: #6A6A6A. Windows color (decimal): -9340412 or 293489. OLE color: 293489.

HSL color Cylindrical-coordinate representation of color #717A04: hue angle of 64.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717A04 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 4 -
CMYK 0.07 0 0.97 0.52
HSL 64.58º 0.94% 0.25% -
HSV(B) 64.58º 0.97% 0.48% -
XYZ 13.79 17.44 2.75 -
YUV 105.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 113 122 4 0.07 0 0.97 0.52 64.58 0.94 0.25
Hex 71 7A 4 7 0 61 34 41 5E 19
Octal 161 172 4 7 0 141 64 101 136 31
Binary 1110001 1111010 100 111 0 1100001 110100 1000001 1011110 11001

Color Harmonies of #717A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A04

Black with #717A04

Text Example


Text Example

White with #717A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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