Html Css Color HEX #6FB296 Acapulco

📋 copy color: '#6FB296'

red 111 ◦ green 178 ◦ blue 150

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

Shades of Acapulco #6FB296

Tints of Acapulco #6FB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 25.28%
G = 40.55%
B = 34.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#6FB296 (or 0x6FB296) is known color: Acapulco. HEX triplet: 6F, B2 and 96. RGB value is (111,178,150). Sum of RGB (Red+Green+Blue) = 111+178+150=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB296 is #904D69. Grayscale: #9A9A9A. Windows color (decimal): -9457002 or 9876079. OLE color: 9876079.

HSL color Cylindrical-coordinate representation of color #6FB296: hue angle of 154.93º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB296 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 178 150 -
CMYK 0.38 0 0.16 0.30
HSL 154.93º 0.3% 0.57% -
HSV(B) 154.93º 0.38% 0.7% -
XYZ 27.98 37.42 34.6 -
YUV 154.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 111 178 150 0.38 0 0.16 0.30 154.93 0.3 0.57
Hex 6F B2 96 26 0 10 1E 9B 1E 39
Octal 157 262 226 46 0 20 36 233 36 71
Binary 1101111 10110010 10010110 100110 0 10000 11110 10011011 11110 111001

Color Harmonies of #6FB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB296

Black with #6FB296

Text Example


Text Example

White with #6FB296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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