Html Css Color HEX #718308 Olive

📋 copy color: '#718308'

red 113 ◦ green 131 ◦ blue 8

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

Shades of Olive #718308

Tints of Olive #718308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 44.84%
G = 51.98%
B = 3.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#718308 (or 0x718308) is known color: Olive. HEX triplet: 71, 83 and 08. RGB value is (113,131,8). Sum of RGB (Red+Green+Blue) = 113+131+8=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #718308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718308 is #8E7CF7. Grayscale: #707070. Windows color (decimal): -9338104 or 557937. OLE color: 557937.

HSL color Cylindrical-coordinate representation of color #718308: hue angle of 68.78º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718308 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 8 -
CMYK 0.14 0 0.94 0.49
HSL 68.78º 0.88% 0.27% -
HSV(B) 68.78º 0.94% 0.51% -
XYZ 14.97 19.76 3.25 -
YUV 111.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 113 131 8 0.14 0 0.94 0.49 68.78 0.88 0.27
Hex 71 83 8 E 0 5E 31 45 58 1B
Octal 161 203 10 16 0 136 61 105 130 33
Binary 1110001 10000011 1000 1110 0 1011110 110001 1000101 1011000 11011

Color Harmonies of #718308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718308

Black with #718308

Text Example


Text Example

White with #718308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718308; }

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

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

background-color css

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

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

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

border-color css

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

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

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