Html Css Color HEX #799302 Olive

📋 copy color: '#799302'

red 121 ◦ green 147 ◦ blue 2

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

Shades of Olive #799302

Tints of Olive #799302

RGB

 RED value IS 121 (47.66% from 255) = 44.81%

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

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

R = 44.81%
G = 54.44%
B = 0.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#799302 (or 0x799302) is known color: Olive. HEX triplet: 79, 93 and 02. RGB value is (121,147,2). Sum of RGB (Red+Green+Blue) = 121+147+2=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #799302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799302 is #866CFD. Grayscale: #7B7B7B. Windows color (decimal): -8809726 or 168825. OLE color: 168825.

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

Color convert

RGB 121 147 2 -
CMYK 0.18 0 0.99 0.42
HSL 70.76º 0.97% 0.29% -
HSV(B) 70.76º 0.99% 0.58% -
XYZ 18.33 24.94 3.9 -
YUV 122.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 121 147 2 0.18 0 0.99 0.42 70.76 0.97 0.29
Hex 79 93 2 12 0 63 2A 47 61 1D
Octal 171 223 2 22 0 143 52 107 141 35
Binary 1111001 10010011 10 10010 0 1100011 101010 1000111 1100001 11101

Color Harmonies of #799302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799302

Black with #799302

Text Example


Text Example

White with #799302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799302; }

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

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

background-color css

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

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

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

border-color css

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

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

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