Html Css Color HEX #728621 Olive Drab

📋 copy color: '#728621'

red 114 ◦ green 134 ◦ blue 33

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

Shades of Olive Drab #728621

Tints of Olive Drab #728621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.69%

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 40.57%
G = 47.69%
B = 11.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#728621 (or 0x728621) is known color: Olive Drab. HEX triplet: 72, 86 and 21. RGB value is (114,134,33). Sum of RGB (Red+Green+Blue) = 114+134+33=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #728621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728621 is #8D79DE. Grayscale: #747474. Windows color (decimal): -9271775 or 2197106. OLE color: 2197106.

HSL color Cylindrical-coordinate representation of color #728621: hue angle of 71.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #728621 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 33 -
CMYK 0.15 0 0.75 0.47
HSL 71.88º 0.6% 0.33% -
HSV(B) 71.88º 0.75% 0.53% -
XYZ 15.74 20.74 4.61 -
YUV 116.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 114 134 33 0.15 0 0.75 0.47 71.88 0.6 0.33
Hex 72 86 21 F 0 4B 2F 48 3C 21
Octal 162 206 41 17 0 113 57 110 74 41
Binary 1110010 10000110 100001 1111 0 1001011 101111 1001000 111100 100001

Color Harmonies of #728621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728621

Black with #728621

Text Example


Text Example

White with #728621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728621; }

 p { color: rgb(114,134,33); }

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

background-color css

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

 a { background-color: rgb(114,134,33); }

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

border-color css

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

 span { border-color: rgb(114,134,33); }

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