Html Css Color HEX #728409 Olive

📋 copy color: '#728409'

red 114 ◦ green 132 ◦ blue 9

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

Shades of Olive #728409

Tints of Olive #728409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 44.71%
G = 51.76%
B = 3.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#728409 (or 0x728409) is known color: Olive. HEX triplet: 72, 84 and 09. RGB value is (114,132,9). Sum of RGB (Red+Green+Blue) = 114+132+9=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #728409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728409 is #8D7BF6. Grayscale: #717171. Windows color (decimal): -9272311 or 623730. OLE color: 623730.

HSL color Cylindrical-coordinate representation of color #728409: hue angle of 68.78º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728409 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 9 -
CMYK 0.14 0 0.93 0.48
HSL 68.78º 0.87% 0.28% -
HSV(B) 68.78º 0.93% 0.52% -
XYZ 15.24 20.1 3.33 -
YUV 112.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 114 132 9 0.14 0 0.93 0.48 68.78 0.87 0.28
Hex 72 84 9 E 0 5D 30 45 57 1C
Octal 162 204 11 16 0 135 60 105 127 34
Binary 1110010 10000100 1001 1110 0 1011101 110000 1000101 1010111 11100

Color Harmonies of #728409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728409

Black with #728409

Text Example


Text Example

White with #728409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728409; }

 p { color: rgb(114,132,9); }

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

background-color css

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

 a { background-color: rgb(114,132,9); }

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

border-color css

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

 span { border-color: rgb(114,132,9); }

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