Html Css Color HEX #728618 Olive Drab

📋 copy color: '#728618'

red 114 ◦ green 134 ◦ blue 24

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

Shades of Olive Drab #728618

Tints of Olive Drab #728618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 41.91%
G = 49.26%
B = 8.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#728618 (or 0x728618) is known color: Olive Drab. HEX triplet: 72, 86 and 18. RGB value is (114,134,24). Sum of RGB (Red+Green+Blue) = 114+134+24=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #728618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728618 is #8D79E7. Grayscale: #737373. Windows color (decimal): -9271784 or 1607282. OLE color: 1607282.

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

Color convert

RGB 114 134 24 -
CMYK 0.15 0 0.82 0.47
HSL 70.91º 0.7% 0.31% -
HSV(B) 70.91º 0.82% 0.53% -
XYZ 15.63 20.69 4.03 -
YUV 115.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 114 134 24 0.15 0 0.82 0.47 70.91 0.7 0.31
Hex 72 86 18 F 0 52 2F 47 46 1F
Octal 162 206 30 17 0 122 57 107 106 37
Binary 1110010 10000110 11000 1111 0 1010010 101111 1000111 1000110 11111

Color Harmonies of #728618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728618

Black with #728618

Text Example


Text Example

White with #728618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728618; }

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

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

background-color css

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

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

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

border-color css

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

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

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