Html Css Color HEX #729A1B Olive Drab

📋 copy color: '#729A1B'

red 114 ◦ green 154 ◦ blue 27

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

Shades of Olive Drab #729A1B

Tints of Olive Drab #729A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.2%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 38.64%
G = 52.2%
B = 9.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#729A1B (or 0x729A1B) is known color: Olive Drab. HEX triplet: 72, 9A and 1B. RGB value is (114,154,27). Sum of RGB (Red+Green+Blue) = 114+154+27=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #729A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A1B is #8D65E4. Grayscale: #808080. Windows color (decimal): -9266661 or 1809010. OLE color: 1809010.

HSL color Cylindrical-coordinate representation of color #729A1B: hue angle of 78.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #729A1B is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 27 -
CMYK 0.26 0 0.82 0.40
HSL 78.9º 0.7% 0.35% -
HSV(B) 78.9º 0.82% 0.6% -
XYZ 18.69 26.77 5.22 -
YUV 127.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 114 154 27 0.26 0 0.82 0.40 78.9 0.7 0.35
Hex 72 9A 1B 1A 0 52 28 4F 46 23
Octal 162 232 33 32 0 122 50 117 106 43
Binary 1110010 10011010 11011 11010 0 1010010 101000 1001111 1000110 100011

Color Harmonies of #729A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A1B

Black with #729A1B

Text Example


Text Example

White with #729A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A1B; }

 p { color: rgb(114,154,27); }

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

background-color css

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

 a { background-color: rgb(114,154,27); }

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

border-color css

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

 span { border-color: rgb(114,154,27); }

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