Html Css Color HEX #7C790F Olive

📋 copy color: '#7C790F'

red 124 ◦ green 121 ◦ blue 15

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

Shades of Olive #7C790F

Tints of Olive #7C790F

RGB

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

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

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

R = 47.69%
G = 46.54%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C790F (or 0x7C790F) is known color: Olive. HEX triplet: 7C, 79 and 0F. RGB value is (124,121,15). Sum of RGB (Red+Green+Blue) = 124+121+15=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C790F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C790F is #8386F0. Grayscale: #6E6E6E. Windows color (decimal): -8619761 or 1014140. OLE color: 1014140.

HSL color Cylindrical-coordinate representation of color #7C790F: hue angle of 58.35º 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 #7C790F is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 121 15 -
CMYK 0 0.02 0.88 0.51
HSL 58.35º 0.78% 0.27% -
HSV(B) 58.35º 0.88% 0.49% -
XYZ 15.24 17.99 3.12 -
YUV 109.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 124 121 15 0 0.02 0.88 0.51 58.35 0.78 0.27
Hex 7C 79 F 0 2 58 33 3A 4E 1B
Octal 174 171 17 0 2 130 63 72 116 33
Binary 1111100 1111001 1111 0 10 1011000 110011 111010 1001110 11011

Color Harmonies of #7C790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C790F

Black with #7C790F

Text Example


Text Example

White with #7C790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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