Html Css Color HEX #718402 Olive

📋 copy color: '#718402'

red 113 ◦ green 132 ◦ blue 2

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

Shades of Olive #718402

Tints of Olive #718402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 45.75%
G = 53.44%
B = 0.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#718402 (or 0x718402) is known color: Olive. HEX triplet: 71, 84 and 02. RGB value is (113,132,2). Sum of RGB (Red+Green+Blue) = 113+132+2=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #718402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718402 is #8E7BFD. Grayscale: #707070. Windows color (decimal): -9337854 or 164977. OLE color: 164977.

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

Color convert

RGB 113 132 2 -
CMYK 0.14 0 0.98 0.48
HSL 68.77º 0.97% 0.26% -
HSV(B) 68.77º 0.98% 0.52% -
XYZ 15.07 20.02 3.13 -
YUV 111.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 113 132 2 0.14 0 0.98 0.48 68.77 0.97 0.26
Hex 71 84 2 E 0 62 30 45 61 1A
Octal 161 204 2 16 0 142 60 105 141 32
Binary 1110001 10000100 10 1110 0 1100010 110000 1000101 1100001 11010

Color Harmonies of #718402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718402

Black with #718402

Text Example


Text Example

White with #718402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718402; }

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

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

background-color css

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

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

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

border-color css

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

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

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