#269F69

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

Shades of Eucalyptus #269F69

Tints of Eucalyptus #269F69

Color information

#269F69 (or 0x269F69) is unknown color: approx Eucalyptus. HEX triplet: 26, 9F and 69. RGB value is (38,159,105). Sum of RGB (Red+Green+Blue) = 38+159+105=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #269F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F69 is #D96096. Grayscale: #747474. Windows color (decimal): -14246039 or 6922022. OLE color: 6922022.

HSL color Cylindrical-coordinate representation of color #269F69: hue angle of 153.22º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F69 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB38159105-
CMYK0.7600.340.38
HSL153.22º61.42%38.63%-
HSV(B)153.22º76.1%62.35%-
XYZ15.7526.2317.6-
YUV116.66121.4171.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=12.58%
G=52.65%
B=34.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381591050.7600.340.38153.2261.4238.63
Hex269F694C02226993d27
Octal46237151114042462317547
Binary1001101001111111010011001100010001010011010011001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269F69; }

 p { color: rgb(38,159,105); }

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

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

 a { background-color: rgb(38,159,105); }

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

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

 span { border-color: rgb(38,159,105); }

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