#269760

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

Shades of Eucalyptus #269760

Tints of Eucalyptus #269760

Color information

#269760 (or 0x269760) is unknown color: approx Eucalyptus. HEX triplet: 26, 97 and 60. RGB value is (38,151,96). Sum of RGB (Red+Green+Blue) = 38+151+96=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #269760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269760 is #D9689F. Grayscale: #6F6F6F. Windows color (decimal): -14248096 or 6330150. OLE color: 6330150.

HSL color Cylindrical-coordinate representation of color #269760: hue angle of 150.8º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269760 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB3815196-
CMYK0.7500.360.41
HSL150.8º59.79%37.06%-
HSV(B)150.8º74.83%59.22%-
XYZ13.9823.3914.84-
YUV110.94119.5675.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 151 (59.38% from 255) = 52.98%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=13.33%
G=52.98%
B=33.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38151960.7500.360.41150.859.7937.06
Hex2697604B02429973c25
Octal46227140113044512277445
Binary1001101001011111000001001011010010010100110010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269760; }

 p { color: rgb(38,151,96); }

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

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

 a { background-color: rgb(38,151,96); }

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

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

 span { border-color: rgb(38,151,96); }

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