Html Css Color HEX #728730 Olive Drab

📋 copy color: '#728730'

red 114 ◦ green 135 ◦ blue 48

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

Shades of Olive Drab #728730

Tints of Olive Drab #728730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 38.38%
G = 45.45%
B = 16.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#728730 (or 0x728730) is known color: Olive Drab. HEX triplet: 72, 87 and 30. RGB value is (114,135,48). Sum of RGB (Red+Green+Blue) = 114+135+48=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #728730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728730 is #8D78CF. Grayscale: #777777. Windows color (decimal): -9271504 or 3180402. OLE color: 3180402.

HSL color Cylindrical-coordinate representation of color #728730: hue angle of 74.48º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #728730 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 48 -
CMYK 0.16 0 0.64 0.47
HSL 74.48º 0.48% 0.36% -
HSV(B) 74.48º 0.64% 0.53% -
XYZ 16.14 21.12 6.02 -
YUV 118.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 114 135 48 0.16 0 0.64 0.47 74.48 0.48 0.36
Hex 72 87 30 10 0 40 2F 4A 30 24
Octal 162 207 60 20 0 100 57 112 60 44
Binary 1110010 10000111 110000 10000 0 1000000 101111 1001010 110000 100100

Color Harmonies of #728730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728730

Black with #728730

Text Example


Text Example

White with #728730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728730; }

 p { color: rgb(114,135,48); }

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

background-color css

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

 a { background-color: rgb(114,135,48); }

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

border-color css

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

 span { border-color: rgb(114,135,48); }

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