Html Css Color HEX #798600 Olive

📋 copy color: '#798600'

red 121 ◦ green 134 ◦ blue 0

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

Shades of Olive #798600

Tints of Olive #798600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.45%
G = 52.55%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#798600 (or 0x798600) is known color: Olive. HEX triplet: 79, 86 and 00. RGB value is (121,134,0). Sum of RGB (Red+Green+Blue) = 121+134+0=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #798600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798600 is #8679FF. Grayscale: #737373. Windows color (decimal): -8813056 or 34425. OLE color: 34425.

HSL color Cylindrical-coordinate representation of color #798600: hue angle of 65.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798600 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 134 0 -
CMYK 0.10 0 1 0.47
HSL 65.82º 1% 0.26% -
HSV(B) 65.82º 1% 0.53% -
XYZ 16.41 21.12 3.21 -
YUV 114.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 121 134 0 0.10 0 1 0.47 65.82 1 0.26
Hex 79 86 0 A 0 64 2F 42 64 1A
Octal 171 206 0 12 0 144 57 102 144 32
Binary 1111001 10000110 0 1010 0 1100100 101111 1000010 1100100 11010

Color Harmonies of #798600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798600

Black with #798600

Text Example


Text Example

White with #798600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798600; }

 p { color: rgb(121,134,0); }

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

background-color css

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

 a { background-color: rgb(121,134,0); }

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

border-color css

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

 span { border-color: rgb(121,134,0); }

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