Html Css Color HEX #728334 Olive Drab

📋 copy color: '#728334'

red 114 ◦ green 131 ◦ blue 52

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

Shades of Olive Drab #728334

Tints of Olive Drab #728334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 38.38%
G = 44.11%
B = 17.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#728334 (or 0x728334) is known color: Olive Drab. HEX triplet: 72, 83 and 34. RGB value is (114,131,52). Sum of RGB (Red+Green+Blue) = 114+131+52=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #728334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728334 is #8D7CCB. Grayscale: #757575. Windows color (decimal): -9272524 or 3441522. OLE color: 3441522.

HSL color Cylindrical-coordinate representation of color #728334: hue angle of 72.91º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #728334 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 52 -
CMYK 0.13 0 0.60 0.49
HSL 72.91º 0.43% 0.36% -
HSV(B) 72.91º 0.6% 0.51% -
XYZ 15.68 20.06 6.29 -
YUV 116.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 114 131 52 0.13 0 0.60 0.49 72.91 0.43 0.36
Hex 72 83 34 D 0 3C 31 49 2B 24
Octal 162 203 64 15 0 74 61 111 53 44
Binary 1110010 10000011 110100 1101 0 111100 110001 1001001 101011 100100

Color Harmonies of #728334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728334

Black with #728334

Text Example


Text Example

White with #728334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728334; }

 p { color: rgb(114,131,52); }

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

background-color css

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

 a { background-color: rgb(114,131,52); }

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

border-color css

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

 span { border-color: rgb(114,131,52); }

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