Html Css Color HEX #739200 Olive

📋 copy color: '#739200'

red 115 ◦ green 146 ◦ blue 0

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

Shades of Olive #739200

Tints of Olive #739200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.06%
G = 55.94%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#739200 (or 0x739200) is known color: Olive. HEX triplet: 73, 92 and 00. RGB value is (115,146,0). Sum of RGB (Red+Green+Blue) = 115+146+0=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #739200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739200 is #8C6DFF. Grayscale: #787878. Windows color (decimal): -9203200 or 37491. OLE color: 37491.

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

Color convert

RGB 115 146 0 -
CMYK 0.21 0 1 0.43
HSL 72.74º 1% 0.29% -
HSV(B) 72.74º 1% 0.57% -
XYZ 17.35 24.2 3.76 -
YUV 120.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 115 146 0 0.21 0 1 0.43 72.74 1 0.29
Hex 73 92 0 15 0 64 2B 49 64 1D
Octal 163 222 0 25 0 144 53 111 144 35
Binary 1110011 10010010 0 10101 0 1100100 101011 1001001 1100100 11101

Color Harmonies of #739200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739200

Black with #739200

Text Example


Text Example

White with #739200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739200; }

 p { color: rgb(115,146,0); }

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

background-color css

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

 a { background-color: rgb(115,146,0); }

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

border-color css

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

 span { border-color: rgb(115,146,0); }

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