Html Css Color HEX #79740C Olive

📋 copy color: '#79740C'

red 121 ◦ green 116 ◦ blue 12

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

Shades of Olive #79740C

Tints of Olive #79740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 48.59%
G = 46.59%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79740C (or 0x79740C) is known color: Olive. HEX triplet: 79, 74 and 0C. RGB value is (121,116,12). Sum of RGB (Red+Green+Blue) = 121+116+12=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79740C is #868BF3. Grayscale: #6A6A6A. Windows color (decimal): -8817652 or 816249. OLE color: 816249.

HSL color Cylindrical-coordinate representation of color #79740C: hue angle of 57.25º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79740C is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 116 12 -
CMYK 0 0.04 0.90 0.53
HSL 57.25º 0.82% 0.26% -
HSV(B) 57.25º 0.9% 0.47% -
XYZ 14.2 16.58 2.8 -
YUV 105.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 121 116 12 0 0.04 0.90 0.53 57.25 0.82 0.26
Hex 79 74 C 0 4 5A 35 39 52 1A
Octal 171 164 14 0 4 132 65 71 122 32
Binary 1111001 1110100 1100 0 100 1011010 110101 111001 1010010 11010

Color Harmonies of #79740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79740C

Black with #79740C

Text Example


Text Example

White with #79740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79740C; }

 p { color: rgb(121,116,12); }

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

background-color css

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

 a { background-color: rgb(121,116,12); }

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

border-color css

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

 span { border-color: rgb(121,116,12); }

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