#67AD75

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

Shades of Fern #67AD75

Tints of Fern #67AD75

Color information

#67AD75 (or 0x67AD75) is unknown color: approx Fern. HEX triplet: 67, AD and 75. RGB value is (103,173,117). Sum of RGB (Red+Green+Blue) = 103+173+117=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AD75 is #98528A. Grayscale: #919191. Windows color (decimal): -9982603 or 7712103. OLE color: 7712103.

HSL color Cylindrical-coordinate representation of color #67AD75: hue angle of 132º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AD75 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB103173117-
CMYK0.4000.320.32
HSL132º29.91%54.12%-
HSV(B)132º40.46%67.84%-
XYZ23.7534.0622.15-
YUV145.69111.8197.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=26.21%
G=44.02%
B=29.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031731170.4000.320.3213229.9154.12
Hex67AD752802020841e36
Octal14725516550040402043666
Binary110011110101101111010110100001000001000001000010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,173,117); }

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

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

 a { background-color: rgb(103,173,117); }

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

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

 span { border-color: rgb(103,173,117); }

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