#69B064

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

Shades of Fern #69B064

Tints of Fern #69B064

Color information

#69B064 (or 0x69B064) is unknown color: approx Fern. HEX triplet: 69, B0 and 64. RGB value is (105,176,100). Sum of RGB (Red+Green+Blue) = 105+176+100=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #69B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B064 is #964F9B. Grayscale: #929292. Windows color (decimal): -9850780 or 6598761. OLE color: 6598761.

HSL color Cylindrical-coordinate representation of color #69B064: hue angle of 116.05º 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 #69B064 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB105176100-
CMYK0.4000.430.31
HSL116.05º32.48%54.12%-
HSV(B)116.05º43.18%69.02%-
XYZ23.6534.9717.56-
YUV146.11101.9898.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=27.56%
G=46.19%
B=26.25%

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
Decimal1051761000.4000.430.31116.0532.4854.12
Hex69B0642802B1F742036
Octal15126014450053371644066
Binary11010011011000011001001010000101011111111110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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