Html Css Color HEX #6F9A86 Granny Smith

📋 copy color: '#6F9A86'

red 111 ◦ green 154 ◦ blue 134

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

Shades of Granny Smith #6F9A86

Tints of Granny Smith #6F9A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 27.82%
G = 38.6%
B = 33.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#6F9A86 (or 0x6F9A86) is known color: Granny Smith. HEX triplet: 6F, 9A and 86. RGB value is (111,154,134). Sum of RGB (Red+Green+Blue) = 111+154+134=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #6F9A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9A86 is #906579. Grayscale: #8A8A8A. Windows color (decimal): -9463162 or 8821359. OLE color: 8821359.

HSL color Cylindrical-coordinate representation of color #6F9A86: hue angle of 152.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9A86 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 154 134 -
CMYK 0.28 0 0.13 0.40
HSL 152.09º 0.18% 0.52% -
HSV(B) 152.09º 0.28% 0.6% -
XYZ 22.41 28.21 26.82 -
YUV 138.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 111 154 134 0.28 0 0.13 0.40 152.09 0.18 0.52
Hex 6F 9A 86 1C 0 D 28 98 12 34
Octal 157 232 206 34 0 15 50 230 22 64
Binary 1101111 10011010 10000110 11100 0 1101 101000 10011000 10010 110100

Color Harmonies of #6F9A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9A86

Black with #6F9A86

Text Example


Text Example

White with #6F9A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,154,134); }

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

background-color css

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

 a { background-color: rgb(111,154,134); }

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

border-color css

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

 span { border-color: rgb(111,154,134); }

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