Html Css Color HEX #7C760F Olive

📋 copy color: '#7C760F'

red 124 ◦ green 118 ◦ blue 15

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

Shades of Olive #7C760F

Tints of Olive #7C760F

RGB

 RED value IS 124 (48.83% from 255) = 48.25%

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 48.25%
G = 45.91%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C760F (or 0x7C760F) is known color: Olive. HEX triplet: 7C, 76 and 0F. RGB value is (124,118,15). Sum of RGB (Red+Green+Blue) = 124+118+15=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C760F is #8389F0. Grayscale: #6C6C6C. Windows color (decimal): -8620529 or 1013372. OLE color: 1013372.

HSL color Cylindrical-coordinate representation of color #7C760F: hue angle of 56.7º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C760F is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 118 15 -
CMYK 0 0.05 0.88 0.51
HSL 56.7º 0.78% 0.27% -
HSV(B) 56.7º 0.88% 0.49% -
XYZ 14.88 17.28 3 -
YUV 108.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 124 118 15 0 0.05 0.88 0.51 56.7 0.78 0.27
Hex 7C 76 F 0 5 58 33 39 4E 1B
Octal 174 166 17 0 5 130 63 71 116 33
Binary 1111100 1110110 1111 0 101 1011000 110011 111001 1001110 11011

Color Harmonies of #7C760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C760F

Black with #7C760F

Text Example


Text Example

White with #7C760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C760F; }

 p { color: rgb(124,118,15); }

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

background-color css

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

 a { background-color: rgb(124,118,15); }

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

border-color css

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

 span { border-color: rgb(124,118,15); }

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