Html Css Color HEX #267766 Genoa

📋 copy color: '#267766'

red 38 ◦ green 119 ◦ blue 102

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

Shades of Genoa #267766

Tints of Genoa #267766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 14.67%
G = 45.95%
B = 39.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#267766 (or 0x267766) is known color: Genoa. HEX triplet: 26, 77 and 66. RGB value is (38,119,102). Sum of RGB (Red+Green+Blue) = 38+119+102=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #267766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267766 is #D98899. Grayscale: #5C5C5C. Windows color (decimal): -14256282 or 6715174. OLE color: 6715174.

HSL color Cylindrical-coordinate representation of color #267766: hue angle of 167.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267766 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 119 102 -
CMYK 0.68 0 0.14 0.53
HSL 167.41º 0.52% 0.31% -
HSV(B) 167.41º 0.68% 0.47% -
XYZ 9.79 14.57 14.87 -
YUV 92.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 38 119 102 0.68 0 0.14 0.53 167.41 0.52 0.31
Hex 26 77 66 44 0 E 35 A7 34 1F
Octal 46 167 146 104 0 16 65 247 64 37
Binary 100110 1110111 1100110 1000100 0 1110 110101 10100111 110100 11111

Color Harmonies of #267766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267766

Black with #267766

Text Example


Text Example

White with #267766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267766; }

 p { color: rgb(38,119,102); }

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

background-color css

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

 a { background-color: rgb(38,119,102); }

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

border-color css

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

 span { border-color: rgb(38,119,102); }

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