#7C9969

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

Shades of Highland #7C9969

Tints of Highland #7C9969

Color information

#7C9969 (or 0x7C9969) is unknown color: approx Highland. HEX triplet: 7C, 99 and 69. RGB value is (124,153,105). Sum of RGB (Red+Green+Blue) = 124+153+105=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9969 is #836696. Grayscale: #8B8B8B. Windows color (decimal): -8611479 or 6920572. OLE color: 6920572.

HSL color Cylindrical-coordinate representation of color #7C9969: hue angle of 96.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9969 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB124153105-
CMYK0.1900.310.4
HSL96.25º19.05%50.59%-
HSV(B)96.25º31.37%60%-
XYZ22.2528.0917.61-
YUV138.86108.89117.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=32.46%
G=40.05%
B=27.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1241531050.1900.310.496.2519.0550.59
Hex7C99691301F28601333
Octal17423115123037501402363
Binary111110010011001110100110011011111101000110000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,153,105); }

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

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

 a { background-color: rgb(124,153,105); }

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

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

 span { border-color: rgb(124,153,105); }

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