#267B75

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

Shades of Elm #267B75

Tints of Elm #267B75

Color information

#267B75 (or 0x267B75) is unknown color: approx Elm. HEX triplet: 26, 7B and 75. RGB value is (38,123,117). Sum of RGB (Red+Green+Blue) = 38+123+117=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #267B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B75 is #D9848A. Grayscale: #606060. Windows color (decimal): -14255243 or 7699238. OLE color: 7699238.

HSL color Cylindrical-coordinate representation of color #267B75: hue angle of 175.76º 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 #267B75 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB38123117-
CMYK0.6900.050.52
HSL175.76º52.8%31.57%-
HSV(B)175.76º69.11%48.24%-
XYZ11.0915.8619.31-
YUV96.9139.3485.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=13.67%
G=44.24%
B=42.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381231170.6900.050.52175.7652.831.57
Hex267B75450534b03520
Octal4617316510505642606540
Binary100110111101111101011000101010111010010110000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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