Html Css Color HEX #276C65 Genoa

📋 copy color: '#276C65'

red 39 ◦ green 108 ◦ blue 101

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

Shades of Genoa #276C65

Tints of Genoa #276C65

RGB

 RED value IS 39 (15.63% from 255) = 15.73%

 GREEN value IS 108 (42.58% from 255) = 43.55%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 15.73%
G = 43.55%
B = 40.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#276C65 (or 0x276C65) is known color: Genoa. HEX triplet: 27, 6C and 65. RGB value is (39,108,101). Sum of RGB (Red+Green+Blue) = 39+108+101=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #276C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C65 is #D8939A. Grayscale: #565656. Windows color (decimal): -14193563 or 6646823. OLE color: 6646823.

HSL color Cylindrical-coordinate representation of color #276C65: hue angle of 173.91º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C65 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 108 101 -
CMYK 0.64 0 0.06 0.58
HSL 173.91º 0.47% 0.29% -
HSV(B) 173.91º 0.64% 0.42% -
XYZ 8.55 12.1 14.2 -
YUV 86.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 39 108 101 0.64 0 0.06 0.58 173.91 0.47 0.29
Hex 27 6C 65 40 0 6 3A AE 2F 1D
Octal 47 154 145 100 0 6 72 256 57 35
Binary 100111 1101100 1100101 1000000 0 110 111010 10101110 101111 11101

Color Harmonies of #276C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276C65

Black with #276C65

Text Example


Text Example

White with #276C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276C65; }

 p { color: rgb(39,108,101); }

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

background-color css

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

 a { background-color: rgb(39,108,101); }

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

border-color css

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

 span { border-color: rgb(39,108,101); }

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