Html Css Color HEX #718807 Olive

📋 copy color: '#718807'

red 113 ◦ green 136 ◦ blue 7

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

Shades of Olive #718807

Tints of Olive #718807

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 44.14%
G = 53.13%
B = 2.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#718807 (or 0x718807) is known color: Olive. HEX triplet: 71, 88 and 07. RGB value is (113,136,7). Sum of RGB (Red+Green+Blue) = 113+136+7=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #718807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718807 is #8E77F8. Grayscale: #727272. Windows color (decimal): -9336825 or 493681. OLE color: 493681.

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

Color convert

RGB 113 136 7 -
CMYK 0.17 0 0.95 0.47
HSL 70.7º 0.9% 0.28% -
HSV(B) 70.7º 0.95% 0.53% -
XYZ 15.65 21.13 3.46 -
YUV 114.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 113 136 7 0.17 0 0.95 0.47 70.7 0.9 0.28
Hex 71 88 7 11 0 5F 2F 47 5A 1C
Octal 161 210 7 21 0 137 57 107 132 34
Binary 1110001 10001000 111 10001 0 1011111 101111 1000111 1011010 11100

Color Harmonies of #718807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718807

Black with #718807

Text Example


Text Example

White with #718807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718807; }

 p { color: rgb(113,136,7); }

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

background-color css

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

 a { background-color: rgb(113,136,7); }

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

border-color css

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

 span { border-color: rgb(113,136,7); }

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