Html Css Color HEX #718609 Olive

📋 copy color: '#718609'

red 113 ◦ green 134 ◦ blue 9

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

Shades of Olive #718609

Tints of Olive #718609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 44.14%
G = 52.34%
B = 3.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#718609 (or 0x718609) is known color: Olive. HEX triplet: 71, 86 and 09. RGB value is (113,134,9). Sum of RGB (Red+Green+Blue) = 113+134+9=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #718609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718609 is #8E79F6. Grayscale: #717171. Windows color (decimal): -9337335 or 624241. OLE color: 624241.

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

Color convert

RGB 113 134 9 -
CMYK 0.16 0 0.93 0.47
HSL 70.08º 0.87% 0.28% -
HSV(B) 70.08º 0.93% 0.53% -
XYZ 15.38 20.58 3.42 -
YUV 113.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 113 134 9 0.16 0 0.93 0.47 70.08 0.87 0.28
Hex 71 86 9 10 0 5D 2F 46 57 1C
Octal 161 206 11 20 0 135 57 106 127 34
Binary 1110001 10000110 1001 10000 0 1011101 101111 1000110 1010111 11100

Color Harmonies of #718609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718609

Black with #718609

Text Example


Text Example

White with #718609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718609; }

 p { color: rgb(113,134,9); }

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

background-color css

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

 a { background-color: rgb(113,134,9); }

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

border-color css

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

 span { border-color: rgb(113,134,9); }

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