#267B69

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

Shades of Genoa #267B69

Tints of Genoa #267B69

Color information

#267B69 (or 0x267B69) is unknown color: approx Genoa. HEX triplet: 26, 7B and 69. RGB value is (38,123,105). Sum of RGB (Red+Green+Blue) = 38+123+105=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #267B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B69 is #D98496. Grayscale: #5F5F5F. Windows color (decimal): -14255255 or 6912806. OLE color: 6912806.

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

Color convert

RGB38123105-
CMYK0.6900.150.52
HSL167.29º52.8%31.57%-
HSV(B)167.29º69.11%48.24%-
XYZ10.4315.615.83-
YUV95.53133.3486.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=14.29%
G=46.24%
B=39.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381231050.6900.150.52167.2952.831.57
Hex267B69450F34a73520
Octal46173151105017642476540
Binary1001101111011110100110001010111111010010100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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