Html Css Color HEX #718200 Olive

📋 copy color: '#718200'

red 113 ◦ green 130 ◦ blue 0

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

Shades of Olive #718200

Tints of Olive #718200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.5%
G = 53.5%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#718200 (or 0x718200) is known color: Olive. HEX triplet: 71, 82 and 00. RGB value is (113,130,0). Sum of RGB (Red+Green+Blue) = 113+130+0=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #718200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718200 is #8E7DFF. Grayscale: #6E6E6E. Windows color (decimal): -9338368 or 33393. OLE color: 33393.

HSL color Cylindrical-coordinate representation of color #718200: hue angle of 67.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #718200 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 0 -
CMYK 0.13 0 1 0.49
HSL 67.85º 1% 0.25% -
HSV(B) 67.85º 1% 0.51% -
XYZ 14.79 19.48 2.98 -
YUV 110.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 113 130 0 0.13 0 1 0.49 67.85 1 0.25
Hex 71 82 0 D 0 64 31 44 64 19
Octal 161 202 0 15 0 144 61 104 144 31
Binary 1110001 10000010 0 1101 0 1100100 110001 1000100 1100100 11001

Color Harmonies of #718200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718200

Black with #718200

Text Example


Text Example

White with #718200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718200; }

 p { color: rgb(113,130,0); }

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

background-color css

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

 a { background-color: rgb(113,130,0); }

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

border-color css

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

 span { border-color: rgb(113,130,0); }

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