Html Css Color HEX #728530 Olive Drab

📋 copy color: '#728530'

red 114 ◦ green 133 ◦ blue 48

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

Shades of Olive Drab #728530

Tints of Olive Drab #728530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 38.64%
G = 45.08%
B = 16.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#728530 (or 0x728530) is known color: Olive Drab. HEX triplet: 72, 85 and 30. RGB value is (114,133,48). Sum of RGB (Red+Green+Blue) = 114+133+48=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #728530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728530 is #8D7ACF. Grayscale: #757575. Windows color (decimal): -9272016 or 3179890. OLE color: 3179890.

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

Color convert

RGB 114 133 48 -
CMYK 0.14 0 0.64 0.48
HSL 73.41º 0.47% 0.35% -
HSV(B) 73.41º 0.64% 0.52% -
XYZ 15.86 20.57 5.93 -
YUV 117.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 114 133 48 0.14 0 0.64 0.48 73.41 0.47 0.35
Hex 72 85 30 E 0 40 30 49 2F 23
Octal 162 205 60 16 0 100 60 111 57 43
Binary 1110010 10000101 110000 1110 0 1000000 110000 1001001 101111 100011

Color Harmonies of #728530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728530

Black with #728530

Text Example


Text Example

White with #728530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728530; }

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

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

background-color css

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

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

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

border-color css

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

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

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