Html Css Color HEX #76790C Olive

📋 copy color: '#76790C'

red 118 ◦ green 121 ◦ blue 12

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

Shades of Olive #76790C

Tints of Olive #76790C

RGB

 RED value IS 118 (46.48% from 255) = 47.01%

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 47.01%
G = 48.21%
B = 4.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#76790C (or 0x76790C) is known color: Olive. HEX triplet: 76, 79 and 0C. RGB value is (118,121,12). Sum of RGB (Red+Green+Blue) = 118+121+12=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #76790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76790C is #8986F3. Grayscale: #6C6C6C. Windows color (decimal): -9012980 or 817526. OLE color: 817526.

HSL color Cylindrical-coordinate representation of color #76790C: hue angle of 61.65º 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 #76790C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 12 -
CMYK 0.02 0 0.90 0.53
HSL 61.65º 0.82% 0.26% -
HSV(B) 61.65º 0.9% 0.47% -
XYZ 14.37 17.55 2.98 -
YUV 107.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 118 121 12 0.02 0 0.90 0.53 61.65 0.82 0.26
Hex 76 79 C 2 0 5A 35 3E 52 1A
Octal 166 171 14 2 0 132 65 76 122 32
Binary 1110110 1111001 1100 10 0 1011010 110101 111110 1010010 11010

Color Harmonies of #76790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76790C

Black with #76790C

Text Example


Text Example

White with #76790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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