Html Css Color HEX #739301 Olive

📋 copy color: '#739301'

red 115 ◦ green 147 ◦ blue 1

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

Shades of Olive #739301

Tints of Olive #739301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.89%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 43.73%
G = 55.89%
B = 0.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#739301 (or 0x739301) is known color: Olive. HEX triplet: 73, 93 and 01. RGB value is (115,147,1). Sum of RGB (Red+Green+Blue) = 115+147+1=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #739301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739301 is #8C6CFE. Grayscale: #797979. Windows color (decimal): -9202943 or 103283. OLE color: 103283.

HSL color Cylindrical-coordinate representation of color #739301: hue angle of 73.15º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #739301 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 1 -
CMYK 0.22 0 0.99 0.42
HSL 73.15º 0.99% 0.29% -
HSV(B) 73.15º 0.99% 0.58% -
XYZ 17.51 24.51 3.84 -
YUV 120.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 115 147 1 0.22 0 0.99 0.42 73.15 0.99 0.29
Hex 73 93 1 16 0 63 2A 49 63 1D
Octal 163 223 1 26 0 143 52 111 143 35
Binary 1110011 10010011 1 10110 0 1100011 101010 1001001 1100011 11101

Color Harmonies of #739301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739301

Black with #739301

Text Example


Text Example

White with #739301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739301; }

 p { color: rgb(115,147,1); }

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

background-color css

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

 a { background-color: rgb(115,147,1); }

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

border-color css

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

 span { border-color: rgb(115,147,1); }

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