Html Css Color HEX #6FA296 Acapulco

📋 copy color: '#6FA296'

red 111 ◦ green 162 ◦ blue 150

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

Shades of Acapulco #6FA296

Tints of Acapulco #6FA296

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 26.24%
G = 38.3%
B = 35.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#6FA296 (or 0x6FA296) is known color: Acapulco. HEX triplet: 6F, A2 and 96. RGB value is (111,162,150). Sum of RGB (Red+Green+Blue) = 111+162+150=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA296 is #905D69. Grayscale: #919191. Windows color (decimal): -9461098 or 9871983. OLE color: 9871983.

HSL color Cylindrical-coordinate representation of color #6FA296: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA296 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 162 150 -
CMYK 0.31 0 0.07 0.36
HSL 165.88º 0.22% 0.54% -
HSV(B) 165.88º 0.31% 0.64% -
XYZ 24.98 31.42 33.6 -
YUV 145.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 111 162 150 0.31 0 0.07 0.36 165.88 0.22 0.54
Hex 6F A2 96 1F 0 7 24 A6 16 36
Octal 157 242 226 37 0 7 44 246 26 66
Binary 1101111 10100010 10010110 11111 0 111 100100 10100110 10110 110110

Color Harmonies of #6FA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA296

Black with #6FA296

Text Example


Text Example

White with #6FA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FA296; }

 p { color: rgb(111,162,150); }

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

background-color css

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

 a { background-color: rgb(111,162,150); }

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

border-color css

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

 span { border-color: rgb(111,162,150); }

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