Html Css Color HEX #717908 Olive

📋 copy color: '#717908'

red 113 ◦ green 121 ◦ blue 8

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

Shades of Olive #717908

Tints of Olive #717908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 46.69%
G = 50%
B = 3.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#717908 (or 0x717908) is known color: Olive. HEX triplet: 71, 79 and 08. RGB value is (113,121,8). Sum of RGB (Red+Green+Blue) = 113+121+8=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #717908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717908 is #8E86F7. Grayscale: #6A6A6A. Windows color (decimal): -9340664 or 555377. OLE color: 555377.

HSL color Cylindrical-coordinate representation of color #717908: hue angle of 64.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #717908 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 121 8 -
CMYK 0.07 0 0.93 0.53
HSL 64.25º 0.88% 0.25% -
HSV(B) 64.25º 0.93% 0.47% -
XYZ 13.69 17.2 2.83 -
YUV 105.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 113 121 8 0.07 0 0.93 0.53 64.25 0.88 0.25
Hex 71 79 8 7 0 5D 35 40 58 19
Octal 161 171 10 7 0 135 65 100 130 31
Binary 1110001 1111001 1000 111 0 1011101 110101 1000000 1011000 11001

Color Harmonies of #717908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717908

Black with #717908

Text Example


Text Example

White with #717908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717908; }

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

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

background-color css

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

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

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

border-color css

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

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

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