Html Css Color HEX #799001 Olive

📋 copy color: '#799001'

red 121 ◦ green 144 ◦ blue 1

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

Shades of Olive #799001

Tints of Olive #799001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.14%

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

R = 45.49%
G = 54.14%
B = 0.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#799001 (or 0x799001) is known color: Olive. HEX triplet: 79, 90 and 01. RGB value is (121,144,1). Sum of RGB (Red+Green+Blue) = 121+144+1=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #799001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799001 is #866FFE. Grayscale: #797979. Windows color (decimal): -8810495 or 102521. OLE color: 102521.

HSL color Cylindrical-coordinate representation of color #799001: hue angle of 69.65º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 1 -
CMYK 0.16 0 0.99 0.44
HSL 69.65º 0.99% 0.28% -
HSV(B) 69.65º 0.99% 0.56% -
XYZ 17.86 24.01 3.72 -
YUV 120.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 121 144 1 0.16 0 0.99 0.44 69.65 0.99 0.28
Hex 79 90 1 10 0 63 2C 46 63 1C
Octal 171 220 1 20 0 143 54 106 143 34
Binary 1111001 10010000 1 10000 0 1100011 101100 1000110 1100011 11100

Color Harmonies of #799001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799001

Black with #799001

Text Example


Text Example

White with #799001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799001; }

 p { color: rgb(121,144,1); }

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

background-color css

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

 a { background-color: rgb(121,144,1); }

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

border-color css

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

 span { border-color: rgb(121,144,1); }

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