Html Css Color HEX #717F08 Olive

📋 copy color: '#717F08'

red 113 ◦ green 127 ◦ blue 8

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

Shades of Olive #717F08

Tints of Olive #717F08

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 45.56%
G = 51.21%
B = 3.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#717F08 (or 0x717F08) is known color: Olive. HEX triplet: 71, 7F and 08. RGB value is (113,127,8). Sum of RGB (Red+Green+Blue) = 113+127+8=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #717F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F08 is #8E80F7. Grayscale: #6D6D6D. Windows color (decimal): -9339128 or 556913. OLE color: 556913.

HSL color Cylindrical-coordinate representation of color #717F08: hue angle of 67.06º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #717F08 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 8 -
CMYK 0.11 0 0.94 0.50
HSL 67.06º 0.88% 0.26% -
HSV(B) 67.06º 0.94% 0.5% -
XYZ 14.44 18.71 3.08 -
YUV 109.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 113 127 8 0.11 0 0.94 0.50 67.06 0.88 0.26
Hex 71 7F 8 B 0 5E 32 43 58 1A
Octal 161 177 10 13 0 136 62 103 130 32
Binary 1110001 1111111 1000 1011 0 1011110 110010 1000011 1011000 11010

Color Harmonies of #717F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F08

Black with #717F08

Text Example


Text Example

White with #717F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,8); }

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

background-color css

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

 a { background-color: rgb(113,127,8); }

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

border-color css

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

 span { border-color: rgb(113,127,8); }

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