#269969

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

Shades of Eucalyptus #269969

Tints of Eucalyptus #269969

Color information

#269969 (or 0x269969) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 69. RGB value is (38,153,105). Sum of RGB (Red+Green+Blue) = 38+153+105=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #269969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269969 is #D96696. Grayscale: #717171. Windows color (decimal): -14247575 or 6920486. OLE color: 6920486.

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

Color convert

RGB38153105-
CMYK0.7500.310.4
HSL154.96º60.21%37.45%-
HSV(B)154.96º75.16%60%-
XYZ14.7424.2117.26-
YUV113.14123.474.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=12.84%
G=51.69%
B=35.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531050.7500.310.4154.9660.2137.45
Hex2699694B01F289b3c25
Octal46231151113037502337445
Binary100110100110011101001100101101111110100010011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269969; }

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

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

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

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

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

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

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

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