Html Css Color HEX #739130 Olive Drab

📋 copy color: '#739130'

red 115 ◦ green 145 ◦ blue 48

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

Shades of Olive Drab #739130

Tints of Olive Drab #739130

RGB

 RED value IS 115 (45.31% from 255) = 37.34%

 GREEN value IS 145 (57.03% from 255) = 47.08%

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

R = 37.34%
G = 47.08%
B = 15.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#739130 (or 0x739130) is known color: Olive Drab. HEX triplet: 73, 91 and 30. RGB value is (115,145,48). Sum of RGB (Red+Green+Blue) = 115+145+48=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #739130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739130 is #8C6ECF. Grayscale: #7D7D7D. Windows color (decimal): -9203408 or 3182963. OLE color: 3182963.

HSL color Cylindrical-coordinate representation of color #739130: hue angle of 78.56º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #739130 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 48 -
CMYK 0.21 0 0.67 0.43
HSL 78.56º 0.5% 0.38% -
HSV(B) 78.56º 0.67% 0.57% -
XYZ 17.73 24.11 6.52 -
YUV 124.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 115 145 48 0.21 0 0.67 0.43 78.56 0.5 0.38
Hex 73 91 30 15 0 43 2B 4F 32 26
Octal 163 221 60 25 0 103 53 117 62 46
Binary 1110011 10010001 110000 10101 0 1000011 101011 1001111 110010 100110

Color Harmonies of #739130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739130

Black with #739130

Text Example


Text Example

White with #739130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739130; }

 p { color: rgb(115,145,48); }

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

background-color css

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

 a { background-color: rgb(115,145,48); }

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

border-color css

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

 span { border-color: rgb(115,145,48); }

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