Html Css Color HEX #718407 Olive

📋 copy color: '#718407'

red 113 ◦ green 132 ◦ blue 7

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

Shades of Olive #718407

Tints of Olive #718407

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 44.84%
G = 52.38%
B = 2.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#718407 (or 0x718407) is known color: Olive. HEX triplet: 71, 84 and 07. RGB value is (113,132,7). Sum of RGB (Red+Green+Blue) = 113+132+7=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #718407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718407 is #8E7BF8. Grayscale: #707070. Windows color (decimal): -9337849 or 492657. OLE color: 492657.

HSL color Cylindrical-coordinate representation of color #718407: hue angle of 69.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #718407 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 7 -
CMYK 0.14 0 0.95 0.48
HSL 69.12º 0.9% 0.27% -
HSV(B) 69.12º 0.95% 0.52% -
XYZ 15.1 20.03 3.27 -
YUV 112.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 113 132 7 0.14 0 0.95 0.48 69.12 0.9 0.27
Hex 71 84 7 E 0 5F 30 45 5A 1B
Octal 161 204 7 16 0 137 60 105 132 33
Binary 1110001 10000100 111 1110 0 1011111 110000 1000101 1011010 11011

Color Harmonies of #718407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718407

Black with #718407

Text Example


Text Example

White with #718407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718407; }

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

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

background-color css

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

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

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

border-color css

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

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

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