Html Css Color HEX #799402 Olive

📋 copy color: '#799402'

red 121 ◦ green 148 ◦ blue 2

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

Shades of Olive #799402

Tints of Olive #799402

RGB

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

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

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

R = 44.65%
G = 54.61%
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

#799402 (or 0x799402) is known color: Olive. HEX triplet: 79, 94 and 02. RGB value is (121,148,2). Sum of RGB (Red+Green+Blue) = 121+148+2=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #799402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799402 is #866BFD. Grayscale: #7B7B7B. Windows color (decimal): -8809470 or 169081. OLE color: 169081.

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

Color convert

RGB 121 148 2 -
CMYK 0.18 0 0.99 0.42
HSL 71.1º 0.97% 0.29% -
HSV(B) 71.1º 0.99% 0.58% -
XYZ 18.49 25.25 3.96 -
YUV 123.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 121 148 2 0.18 0 0.99 0.42 71.1 0.97 0.29
Hex 79 94 2 12 0 63 2A 47 61 1D
Octal 171 224 2 22 0 143 52 107 141 35
Binary 1111001 10010100 10 10010 0 1100011 101010 1000111 1100001 11101

Color Harmonies of #799402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799402

Black with #799402

Text Example


Text Example

White with #799402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799402; }

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

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

background-color css

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

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

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

border-color css

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

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

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