Html Css Color HEX #72921A Olive Drab

📋 copy color: '#72921A'

red 114 ◦ green 146 ◦ blue 26

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

Shades of Olive Drab #72921A

Tints of Olive Drab #72921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.05%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 39.86%
G = 51.05%
B = 9.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#72921A (or 0x72921A) is known color: Olive Drab. HEX triplet: 72, 92 and 1A. RGB value is (114,146,26). Sum of RGB (Red+Green+Blue) = 114+146+26=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #72921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72921A is #8D6DE5. Grayscale: #7B7B7B. Windows color (decimal): -9268710 or 1741426. OLE color: 1741426.

HSL color Cylindrical-coordinate representation of color #72921A: hue angle of 76º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72921A is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 26 -
CMYK 0.22 0 0.82 0.43
HSL 76º 0.7% 0.34% -
HSV(B) 76º 0.82% 0.57% -
XYZ 17.4 24.21 4.73 -
YUV 122.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 114 146 26 0.22 0 0.82 0.43 76 0.7 0.34
Hex 72 92 1A 16 0 52 2B 4C 46 22
Octal 162 222 32 26 0 122 53 114 106 42
Binary 1110010 10010010 11010 10110 0 1010010 101011 1001100 1000110 100010

Color Harmonies of #72921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72921A

Black with #72921A

Text Example


Text Example

White with #72921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,146,26); }

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

background-color css

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

 a { background-color: rgb(114,146,26); }

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

border-color css

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

 span { border-color: rgb(114,146,26); }

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