#6BAF69

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

Shades of Fern #6BAF69

Tints of Fern #6BAF69

Color information

#6BAF69 (or 0x6BAF69) is unknown color: approx Fern. HEX triplet: 6B, AF and 69. RGB value is (107,175,105). Sum of RGB (Red+Green+Blue) = 107+175+105=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF69 is #945096. Grayscale: #929292. Windows color (decimal): -9719959 or 6926187. OLE color: 6926187.

HSL color Cylindrical-coordinate representation of color #6BAF69: hue angle of 118.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BAF69 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB107175105-
CMYK0.3900.400.31
HSL118.29º30.43%54.9%-
HSV(B)118.29º40%68.63%-
XYZ23.9434.8118.82-
YUV146.69104.4799.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=27.65%
G=45.22%
B=27.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751050.3900.400.31118.2930.4354.9
Hex6BAF69270281F761e37
Octal15325715147050371663667
Binary1101011101011111101001100111010100011111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BAF69; }

 p { color: rgb(107,175,105); }

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

<style>
 a { background-color: #6BAF69; }

 a { background-color: rgb(107,175,105); }

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

<style>
 span { border-color: #6BAF69; }

 span { border-color: rgb(107,175,105); }

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