Html Css Color HEX #72902A Olive Drab

📋 copy color: '#72902A'

red 114 ◦ green 144 ◦ blue 42

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

Shades of Olive Drab #72902A

Tints of Olive Drab #72902A

RGB

 RED value IS 114 (44.92% from 255) = 38%

 GREEN value IS 144 (56.64% from 255) = 48%

 BLUE value IS 42 (16.8% from 255) = 14%

R = 38%
G = 48%
B = 14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#72902A (or 0x72902A) is known color: Olive Drab. HEX triplet: 72, 90 and 2A. RGB value is (114,144,42). Sum of RGB (Red+Green+Blue) = 114+144+42=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #72902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72902A is #8D6FD5. Grayscale: #7B7B7B. Windows color (decimal): -9269206 or 2789490. OLE color: 2789490.

HSL color Cylindrical-coordinate representation of color #72902A: hue angle of 77.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72902A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 42 -
CMYK 0.21 0 0.71 0.44
HSL 77.65º 0.55% 0.36% -
HSV(B) 77.65º 0.71% 0.56% -
XYZ 17.33 23.69 5.85 -
YUV 123.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 114 144 42 0.21 0 0.71 0.44 77.65 0.55 0.36
Hex 72 90 2A 15 0 47 2C 4E 37 24
Octal 162 220 52 25 0 107 54 116 67 44
Binary 1110010 10010000 101010 10101 0 1000111 101100 1001110 110111 100100

Color Harmonies of #72902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72902A

Black with #72902A

Text Example


Text Example

White with #72902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72902A; }

 p { color: rgb(114,144,42); }

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

background-color css

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

 a { background-color: rgb(114,144,42); }

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

border-color css

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

 span { border-color: rgb(114,144,42); }

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