#68974C

Color #68974C Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #68974C

Tints of Glade Green #68974C

Color information

#68974C (or 0x68974C) is unknown color: approx Glade Green. HEX triplet: 68, 97 and 4C. RGB value is (104,151,76). Sum of RGB (Red+Green+Blue) = 104+151+76=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #68974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68974C is #9768B3. Grayscale: #808080. Windows color (decimal): -9922740 or 5019496. OLE color: 5019496.

HSL color Cylindrical-coordinate representation of color #68974C: hue angle of 97.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68974C is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB10415176-
CMYK0.3100.500.41
HSL97.6º33.04%44.51%-
HSV(B)97.6º49.67%59.22%-
XYZ18.0825.610.83-
YUV128.498.43110.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=31.42%
G=45.62%
B=22.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104151760.3100.500.4197.633.0444.51
Hex68974C1F0322962212d
Octal15022711437062511424155
Binary11010001001011110011001111101100101010011100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,151,76); }

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

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

 a { background-color: rgb(104,151,76); }

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

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

 span { border-color: rgb(104,151,76); }

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