Html Css Color HEX #799401 Olive

📋 copy color: '#799401'

red 121 ◦ green 148 ◦ blue 1

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

Shades of Olive #799401

Tints of Olive #799401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

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

R = 44.81%
G = 54.81%
B = 0.37%

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

#799401 (or 0x799401) is known color: Olive. HEX triplet: 79, 94 and 01. RGB value is (121,148,1). Sum of RGB (Red+Green+Blue) = 121+148+1=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #799401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799401 is #866BFE. Grayscale: #7B7B7B. Windows color (decimal): -8809471 or 103545. OLE color: 103545.

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

Color convert

RGB 121 148 1 -
CMYK 0.18 0 0.99 0.42
HSL 71.02º 0.99% 0.29% -
HSV(B) 71.02º 0.99% 0.58% -
XYZ 18.48 25.25 3.93 -
YUV 123.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 121 148 1 0.18 0 0.99 0.42 71.02 0.99 0.29
Hex 79 94 1 12 0 63 2A 47 63 1D
Octal 171 224 1 22 0 143 52 107 143 35
Binary 1111001 10010100 1 10010 0 1100011 101010 1000111 1100011 11101

Color Harmonies of #799401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799401

Black with #799401

Text Example


Text Example

White with #799401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799401; }

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

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

background-color css

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

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

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

border-color css

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

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

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