Html Css Color HEX #297777 Atoll

📋 copy color: '#297777'

red 41 ◦ green 119 ◦ blue 119

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

Shades of Atoll #297777

Tints of Atoll #297777

RGB

 RED value IS 41 (16.41% from 255) = 14.7%

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 14.7%
G = 42.65%
B = 42.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297777 (or 0x297777) is known color: Atoll. HEX triplet: 29, 77 and 77. RGB value is (41,119,119). Sum of RGB (Red+Green+Blue) = 41+119+119=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #297777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297777 is #D68888. Grayscale: #5F5F5F. Windows color (decimal): -14059657 or 7829289. OLE color: 7829289.

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

Color convert

RGB 41 119 119 -
CMYK 0.66 0 0 0.53
HSL 180º 0.49% 0.31% -
HSV(B) 180º 0.66% 0.47% -
XYZ 10.84 15 19.78 -
YUV 95.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 41 119 119 0.66 0 0 0.53 180 0.49 0.31
Hex 29 77 77 42 0 0 35 B4 31 1F
Octal 51 167 167 102 0 0 65 264 61 37
Binary 101001 1110111 1110111 1000010 0 0 110101 10110100 110001 11111

Color Harmonies of #297777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297777

Black with #297777

Text Example


Text Example

White with #297777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297777; }

 p { color: rgb(41,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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