Html Css Color HEX #728622 Olive Drab

📋 copy color: '#728622'

red 114 ◦ green 134 ◦ blue 34

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

Shades of Olive Drab #728622

Tints of Olive Drab #728622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 40.43%
G = 47.52%
B = 12.06%

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

#728622 (or 0x728622) is known color: Olive Drab. HEX triplet: 72, 86 and 22. RGB value is (114,134,34). Sum of RGB (Red+Green+Blue) = 114+134+34=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #728622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728622 is #8D79DD. Grayscale: #747474. Windows color (decimal): -9271774 or 2262642. OLE color: 2262642.

HSL color Cylindrical-coordinate representation of color #728622: hue angle of 72º 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 #728622 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 34 -
CMYK 0.15 0 0.75 0.47
HSL 72º 0.6% 0.33% -
HSV(B) 72º 0.75% 0.53% -
XYZ 15.75 20.74 4.69 -
YUV 116.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 114 134 34 0.15 0 0.75 0.47 72 0.6 0.33
Hex 72 86 22 F 0 4B 2F 48 3C 21
Octal 162 206 42 17 0 113 57 110 74 41
Binary 1110010 10000110 100010 1111 0 1001011 101111 1001000 111100 100001

Color Harmonies of #728622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728622

Black with #728622

Text Example


Text Example

White with #728622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728622; }

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

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

background-color css

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

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

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

border-color css

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

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

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