#67AF8C

Color #67AF8C Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #67AF8C

Tints of Silver Tree #67AF8C

Color information

#67AF8C (or 0x67AF8C) is unknown color: approx Silver Tree. HEX triplet: 67, AF and 8C. RGB value is (103,175,140). Sum of RGB (Red+Green+Blue) = 103+175+140=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AF8C is #985073. Grayscale: #959595. Windows color (decimal): -9982068 or 9219943. OLE color: 9219943.

HSL color Cylindrical-coordinate representation of color #67AF8C: hue angle of 150.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AF8C is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB103175140-
CMYK0.4100.20.31
HSL150.83º31.03%54.51%-
HSV(B)150.83º41.14%68.63%-
XYZ25.6635.4430.3-
YUV149.48122.6594.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.64%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=24.64%
G=41.87%
B=33.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031751400.4100.20.31150.8331.0354.51
Hex67AF8C290141F971f37
Octal14725721451024372273767
Binary11001111010111110001100101001010100111111001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AF8C; }

 p { color: rgb(103,175,140); }

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

<style>
 a { background-color: #67AF8C; }

 a { background-color: rgb(103,175,140); }

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

<style>
 span { border-color: #67AF8C; }

 span { border-color: rgb(103,175,140); }

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