#68904B

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

Shades of Glade Green #68904B

Tints of Glade Green #68904B

Color information

#68904B (or 0x68904B) is unknown color: approx Glade Green. HEX triplet: 68, 90 and 4B. RGB value is (104,144,75). Sum of RGB (Red+Green+Blue) = 104+144+75=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #68904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68904B is #976FB4. Grayscale: #7C7C7C. Windows color (decimal): -9924533 or 4952168. OLE color: 4952168.

HSL color Cylindrical-coordinate representation of color #68904B: hue angle of 94.78º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68904B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB10414475-
CMYK0.2800.480.44
HSL94.78º31.51%42.94%-
HSV(B)94.78º47.92%56.47%-
XYZ16.9523.410.28-
YUV124.17100.25113.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=32.20%
G=44.58%
B=23.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144750.2800.480.4494.7831.5142.94
Hex68904B1C0302C5f202b
Octal15022011334060541374053
Binary11010001001000010010111110001100001011001011111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68904B; }

 p { color: rgb(104,144,75); }

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

<style>
 a { background-color: #68904B; }

 a { background-color: rgb(104,144,75); }

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

<style>
 span { border-color: #68904B; }

 span { border-color: rgb(104,144,75); }

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