Html Css Color HEX #718908 Olive

📋 copy color: '#718908'

red 113 ◦ green 137 ◦ blue 8

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

Shades of Olive #718908

Tints of Olive #718908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

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

R = 43.8%
G = 53.1%
B = 3.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#718908 (or 0x718908) is known color: Olive. HEX triplet: 71, 89 and 08. RGB value is (113,137,8). Sum of RGB (Red+Green+Blue) = 113+137+8=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #718908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718908 is #8E76F7. Grayscale: #737373. Windows color (decimal): -9336568 or 559473. OLE color: 559473.

HSL color Cylindrical-coordinate representation of color #718908: hue angle of 71.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718908 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 8 -
CMYK 0.18 0 0.94 0.46
HSL 71.16º 0.89% 0.28% -
HSV(B) 71.16º 0.94% 0.54% -
XYZ 15.8 21.42 3.53 -
YUV 115.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 113 137 8 0.18 0 0.94 0.46 71.16 0.89 0.28
Hex 71 89 8 12 0 5E 2E 47 59 1C
Octal 161 211 10 22 0 136 56 107 131 34
Binary 1110001 10001001 1000 10010 0 1011110 101110 1000111 1011001 11100

Color Harmonies of #718908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718908

Black with #718908

Text Example


Text Example

White with #718908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718908; }

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

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

background-color css

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

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

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

border-color css

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

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

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