Html Css Color HEX #799405 Olive

📋 copy color: '#799405'

red 121 ◦ green 148 ◦ blue 5

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

Shades of Olive #799405

Tints of Olive #799405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 44.16%
G = 54.01%
B = 1.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#799405 (or 0x799405) is known color: Olive. HEX triplet: 79, 94 and 05. RGB value is (121,148,5). Sum of RGB (Red+Green+Blue) = 121+148+5=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #799405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799405 is #866BFA. Grayscale: #7C7C7C. Windows color (decimal): -8809467 or 365689. OLE color: 365689.

HSL color Cylindrical-coordinate representation of color #799405: hue angle of 71.33º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799405 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 5 -
CMYK 0.18 0 0.97 0.42
HSL 71.33º 0.93% 0.3% -
HSV(B) 71.33º 0.97% 0.58% -
XYZ 18.5 25.26 4.04 -
YUV 123.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 121 148 5 0.18 0 0.97 0.42 71.33 0.93 0.3
Hex 79 94 5 12 0 61 2A 47 5D 1E
Octal 171 224 5 22 0 141 52 107 135 36
Binary 1111001 10010100 101 10010 0 1100001 101010 1000111 1011101 11110

Color Harmonies of #799405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799405

Black with #799405

Text Example


Text Example

White with #799405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799405; }

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

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

background-color css

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

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

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

border-color css

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

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

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