Html Css Color HEX #728630 Olive Drab

📋 copy color: '#728630'

red 114 ◦ green 134 ◦ blue 48

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

Shades of Olive Drab #728630

Tints of Olive Drab #728630

RGB

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

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

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

R = 38.51%
G = 45.27%
B = 16.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#728630 (or 0x728630) is known color: Olive Drab. HEX triplet: 72, 86 and 30. RGB value is (114,134,48). Sum of RGB (Red+Green+Blue) = 114+134+48=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #728630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728630 is #8D79CF. Grayscale: #767676. Windows color (decimal): -9271760 or 3180146. OLE color: 3180146.

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

Color convert

RGB 114 134 48 -
CMYK 0.15 0 0.64 0.47
HSL 73.95º 0.47% 0.36% -
HSV(B) 73.95º 0.64% 0.53% -
XYZ 16 20.84 5.98 -
YUV 118.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 114 134 48 0.15 0 0.64 0.47 73.95 0.47 0.36
Hex 72 86 30 F 0 40 2F 4A 2F 24
Octal 162 206 60 17 0 100 57 112 57 44
Binary 1110010 10000110 110000 1111 0 1000000 101111 1001010 101111 100100

Color Harmonies of #728630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728630

Black with #728630

Text Example


Text Example

White with #728630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728630; }

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

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

background-color css

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

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

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

border-color css

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

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

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