Html Css Color HEX #798710 Olive

📋 copy color: '#798710'

red 121 ◦ green 135 ◦ blue 16

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

Shades of Olive #798710

Tints of Olive #798710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 44.49%
G = 49.63%
B = 5.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#798710 (or 0x798710) is known color: Olive. HEX triplet: 79, 87 and 10. RGB value is (121,135,16). Sum of RGB (Red+Green+Blue) = 121+135+16=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #798710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798710 is #8678EF. Grayscale: #757575. Windows color (decimal): -8812784 or 1083257. OLE color: 1083257.

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

Color convert

RGB 121 135 16 -
CMYK 0.10 0 0.88 0.47
HSL 67.06º 0.79% 0.3% -
HSV(B) 67.06º 0.88% 0.53% -
XYZ 16.64 21.43 3.75 -
YUV 117.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 121 135 16 0.10 0 0.88 0.47 67.06 0.79 0.3
Hex 79 87 10 A 0 58 2F 43 4F 1E
Octal 171 207 20 12 0 130 57 103 117 36
Binary 1111001 10000111 10000 1010 0 1011000 101111 1000011 1001111 11110

Color Harmonies of #798710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798710

Black with #798710

Text Example


Text Example

White with #798710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798710; }

 p { color: rgb(121,135,16); }

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

background-color css

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

 a { background-color: rgb(121,135,16); }

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

border-color css

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

 span { border-color: rgb(121,135,16); }

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