#269C6C

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

Shades of Eucalyptus #269C6C

Tints of Eucalyptus #269C6C

Color information

#269C6C (or 0x269C6C) is unknown color: approx Eucalyptus. HEX triplet: 26, 9C and 6C. RGB value is (38,156,108). Sum of RGB (Red+Green+Blue) = 38+156+108=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #269C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C6C is #D96393. Grayscale: #737373. Windows color (decimal): -14246804 or 7117862. OLE color: 7117862.

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

Color convert

RGB38156108-
CMYK0.7600.310.39
HSL155.59º60.82%38.04%-
HSV(B)155.59º75.64%61.18%-
XYZ15.3925.2718.25-
YUV115.25123.9172.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 156 (61.33% from 255) = 51.66%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=12.58%
G=51.66%
B=35.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381561080.7600.310.39155.5960.8238.04
Hex269C6C4C01F279c3d26
Octal46234154114037472347546
Binary100110100111001101100100110001111110011110011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,156,108); }

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

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

 a { background-color: rgb(38,156,108); }

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

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

 span { border-color: rgb(38,156,108); }

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