#7C7A05

Color #7C7A05 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7C7A05

Tints of Olive #7C7A05

Color information

#7C7A05 (or 0x7C7A05) is unknown color: approx Olive. HEX triplet: 7C, 7A and 05. RGB value is (124,122,5). Sum of RGB (Red+Green+Blue) = 124+122+5=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7A05 is #8385FA. Grayscale: #6D6D6D. Windows color (decimal): -8619515 or 359036. OLE color: 359036.

HSL color Cylindrical-coordinate representation of color #7C7A05: hue angle of 58.99º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C7A05 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB1241225-
CMYK00.020.960.51
HSL58.99º92.25%25.29%-
HSV(B)58.99º95.97%48.63%-
XYZ15.318.222.85-
YUV109.2669.16138.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 5 (2.34% from 255) = 1.99%
R=49.40%
G=48.61%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124122500.020.960.5158.9992.2525.29
Hex7C7A50260333b5c19
Octal174172502140637313431
Binary111110011110101010101100000110011111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,122,5); }

 H1.HeaderClassName
 {
   color: #7C7A05;
 }
 .AnyTagClassName
 {
   color: #7C7A05;
 }
</style>
background-color css

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

 a { background-color: rgb(124,122,5); }

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

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

 span { border-color: rgb(124,122,5); }

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