Html Css Color HEX #739302 Olive

📋 copy color: '#739302'

red 115 ◦ green 147 ◦ blue 2

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

Shades of Olive #739302

Tints of Olive #739302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 43.56%
G = 55.68%
B = 0.76%

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

#739302 (or 0x739302) is known color: Olive. HEX triplet: 73, 93 and 02. RGB value is (115,147,2). Sum of RGB (Red+Green+Blue) = 115+147+2=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #739302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739302 is #8C6CFD. Grayscale: #797979. Windows color (decimal): -9202942 or 168819. OLE color: 168819.

HSL color Cylindrical-coordinate representation of color #739302: hue angle of 73.24º degrees, saturation: 0.97, 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 #739302 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 2 -
CMYK 0.22 0 0.99 0.42
HSL 73.24º 0.97% 0.29% -
HSV(B) 73.24º 0.99% 0.58% -
XYZ 17.51 24.52 3.87 -
YUV 120.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 115 147 2 0.22 0 0.99 0.42 73.24 0.97 0.29
Hex 73 93 2 16 0 63 2A 49 61 1D
Octal 163 223 2 26 0 143 52 111 141 35
Binary 1110011 10010011 10 10110 0 1100011 101010 1001001 1100001 11101

Color Harmonies of #739302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739302

Black with #739302

Text Example


Text Example

White with #739302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739302; }

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

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

background-color css

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

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

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

border-color css

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

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

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