Html Css Color HEX #267B67 Genoa

📋 copy color: '#267B67'

red 38 ◦ green 123 ◦ blue 103

#267B67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #267B67

Tints of Genoa #267B67

RGB

 RED value IS 38 (15.23% from 255) = 14.39%

 GREEN value IS 123 (48.44% from 255) = 46.59%

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 14.39%
G = 46.59%
B = 39.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#267B67 (or 0x267B67) is known color: Genoa. HEX triplet: 26, 7B and 67. RGB value is (38,123,103). Sum of RGB (Red+Green+Blue) = 38+123+103=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #267B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B67 is #D98498. Grayscale: #5F5F5F. Windows color (decimal): -14255257 or 6781734. OLE color: 6781734.

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

Color convert

RGB 38 123 103 -
CMYK 0.69 0 0.16 0.52
HSL 165.88º 0.53% 0.32% -
HSV(B) 165.88º 0.69% 0.48% -
XYZ 10.33 15.56 15.29 -
YUV 95.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 38 123 103 0.69 0 0.16 0.52 165.88 0.53 0.32
Hex 26 7B 67 45 0 10 34 A6 35 20
Octal 46 173 147 105 0 20 64 246 65 40
Binary 100110 1111011 1100111 1000101 0 10000 110100 10100110 110101 100000

Color Harmonies of #267B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267B67

Black with #267B67

Text Example


Text Example

White with #267B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #267B67;
 }
 .AnyTagClassName
 {
   color: #267B67;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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