Html Css Color HEX #6F9A8D Granny Smith

📋 copy color: '#6F9A8D'

red 111 ◦ green 154 ◦ blue 141

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

Shades of Granny Smith #6F9A8D

Tints of Granny Smith #6F9A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 27.34%
G = 37.93%
B = 34.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#6F9A8D (or 0x6F9A8D) is known color: Granny Smith. HEX triplet: 6F, 9A and 8D. RGB value is (111,154,141). Sum of RGB (Red+Green+Blue) = 111+154+141=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #6F9A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9A8D is #906572. Grayscale: #8B8B8B. Windows color (decimal): -9463155 or 9280111. OLE color: 9280111.

HSL color Cylindrical-coordinate representation of color #6F9A8D: hue angle of 161.86º 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 #6F9A8D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 154 141 -
CMYK 0.28 0 0.08 0.40
HSL 161.86º 0.18% 0.52% -
HSV(B) 161.86º 0.28% 0.6% -
XYZ 22.92 28.41 29.48 -
YUV 139.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 111 154 141 0.28 0 0.08 0.40 161.86 0.18 0.52
Hex 6F 9A 8D 1C 0 8 28 A2 12 34
Octal 157 232 215 34 0 10 50 242 22 64
Binary 1101111 10011010 10001101 11100 0 1000 101000 10100010 10010 110100

Color Harmonies of #6F9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9A8D

Black with #6F9A8D

Text Example


Text Example

White with #6F9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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