#69B065

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

Shades of Fern #69B065

Tints of Fern #69B065

Color information

#69B065 (or 0x69B065) is unknown color: approx Fern. HEX triplet: 69, B0 and 65. RGB value is (105,176,101). Sum of RGB (Red+Green+Blue) = 105+176+101=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #69B065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B065 is #964F9A. Grayscale: #929292. Windows color (decimal): -9850779 or 6664297. OLE color: 6664297.

HSL color Cylindrical-coordinate representation of color #69B065: hue angle of 116.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B065 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB105176101-
CMYK0.4000.430.31
HSL116.8º32.19%54.31%-
HSV(B)116.8º42.61%69.02%-
XYZ23.734.9917.82-
YUV146.22102.4898.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=27.49%
G=46.07%
B=26.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761010.4000.430.31116.832.1954.31
Hex69B0652802B1F752036
Octal15126014550053371654066
Binary11010011011000011001011010000101011111111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B065; }

 p { color: rgb(105,176,101); }

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

<style>
 a { background-color: #69B065; }

 a { background-color: rgb(105,176,101); }

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

<style>
 span { border-color: #69B065; }

 span { border-color: rgb(105,176,101); }

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