Html Css Color HEX #799601 Olive

📋 copy color: '#799601'

red 121 ◦ green 150 ◦ blue 1

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

Shades of Olive #799601

Tints of Olive #799601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.15%

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

R = 44.49%
G = 55.15%
B = 0.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#799601 (or 0x799601) is known color: Olive. HEX triplet: 79, 96 and 01. RGB value is (121,150,1). Sum of RGB (Red+Green+Blue) = 121+150+1=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #799601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799601 is #8669FE. Grayscale: #7C7C7C. Windows color (decimal): -8808959 or 104057. OLE color: 104057.

HSL color Cylindrical-coordinate representation of color #799601: hue angle of 71.68º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799601 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 1 -
CMYK 0.19 0 0.99 0.41
HSL 71.68º 0.99% 0.3% -
HSV(B) 71.68º 0.99% 0.59% -
XYZ 18.8 25.88 4.03 -
YUV 124.34 58.39 125.62 -
System Red Green Blue C M Y K H S L
Decimal 121 150 1 0.19 0 0.99 0.41 71.68 0.99 0.3
Hex 79 96 1 13 0 63 29 48 63 1E
Octal 171 226 1 23 0 143 51 110 143 36
Binary 1111001 10010110 1 10011 0 1100011 101001 1001000 1100011 11110

Color Harmonies of #799601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799601

Black with #799601

Text Example


Text Example

White with #799601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799601; }

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

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

background-color css

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

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

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

border-color css

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

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

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