Html Css Color HEX #277C69 Genoa

📋 copy color: '#277C69'

red 39 ◦ green 124 ◦ blue 105

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

Shades of Genoa #277C69

Tints of Genoa #277C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 14.55%
G = 46.27%
B = 39.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#277C69 (or 0x277C69) is known color: Genoa. HEX triplet: 27, 7C and 69. RGB value is (39,124,105). Sum of RGB (Red+Green+Blue) = 39+124+105=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #277C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C69 is #D88396. Grayscale: #606060. Windows color (decimal): -14189463 or 6913063. OLE color: 6913063.

HSL color Cylindrical-coordinate representation of color #277C69: hue angle of 166.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C69 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 124 105 -
CMYK 0.69 0 0.15 0.51
HSL 166.59º 0.52% 0.32% -
HSV(B) 166.59º 0.69% 0.49% -
XYZ 10.59 15.87 15.87 -
YUV 96.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 39 124 105 0.69 0 0.15 0.51 166.59 0.52 0.32
Hex 27 7C 69 45 0 F 33 A7 34 20
Octal 47 174 151 105 0 17 63 247 64 40
Binary 100111 1111100 1101001 1000101 0 1111 110011 10100111 110100 100000

Color Harmonies of #277C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C69

Black with #277C69

Text Example


Text Example

White with #277C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277C69; }

 p { color: rgb(39,124,105); }

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

background-color css

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

 a { background-color: rgb(39,124,105); }

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

border-color css

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

 span { border-color: rgb(39,124,105); }

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