Html Css Color HEX #718422 Olive Drab

📋 copy color: '#718422'

red 113 ◦ green 132 ◦ blue 34

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

Shades of Olive Drab #718422

Tints of Olive Drab #718422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 40.5%
G = 47.31%
B = 12.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#718422 (or 0x718422) is known color: Olive Drab. HEX triplet: 71, 84 and 22. RGB value is (113,132,34). Sum of RGB (Red+Green+Blue) = 113+132+34=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #718422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718422 is #8E7BDD. Grayscale: #737373. Windows color (decimal): -9337822 or 2262129. OLE color: 2262129.

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

Color convert

RGB 113 132 34 -
CMYK 0.14 0 0.74 0.48
HSL 71.63º 0.59% 0.33% -
HSV(B) 71.63º 0.74% 0.52% -
XYZ 15.35 20.13 4.59 -
YUV 115.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 113 132 34 0.14 0 0.74 0.48 71.63 0.59 0.33
Hex 71 84 22 E 0 4A 30 48 3B 21
Octal 161 204 42 16 0 112 60 110 73 41
Binary 1110001 10000100 100010 1110 0 1001010 110000 1001000 111011 100001

Color Harmonies of #718422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718422

Black with #718422

Text Example


Text Example

White with #718422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718422; }

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

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

background-color css

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

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

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

border-color css

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

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

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