#267B79

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

Shades of Elm #267B79

Tints of Elm #267B79

Color information

#267B79 (or 0x267B79) is unknown color: approx Elm. HEX triplet: 26, 7B and 79. RGB value is (38,123,121). Sum of RGB (Red+Green+Blue) = 38+123+121=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #267B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B79 is #D98486. Grayscale: #616161. Windows color (decimal): -14255239 or 7961382. OLE color: 7961382.

HSL color Cylindrical-coordinate representation of color #267B79: hue angle of 178.59º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B79 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB38123121-
CMYK0.6900.020.52
HSL178.59º52.8%31.57%-
HSV(B)178.59º69.11%48.24%-
XYZ11.3315.9620.57-
YUV97.36141.3485.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 123 (48.44% from 255) = 43.62%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=13.48%
G=43.62%
B=42.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381231210.6900.020.52178.5952.831.57
Hex267B79450234b33520
Octal4617317110502642636540
Binary10011011110111111001100010101011010010110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267B79; }

 p { color: rgb(38,123,121); }

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

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

 a { background-color: rgb(38,123,121); }

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

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

 span { border-color: rgb(38,123,121); }

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