Html Css Color HEX #6F9D8A Granny Smith

📋 copy color: '#6F9D8A'

red 111 ◦ green 157 ◦ blue 138

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

Shades of Granny Smith #6F9D8A

Tints of Granny Smith #6F9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 27.34%
G = 38.67%
B = 33.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#6F9D8A (or 0x6F9D8A) is known color: Granny Smith. HEX triplet: 6F, 9D and 8A. RGB value is (111,157,138). Sum of RGB (Red+Green+Blue) = 111+157+138=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D8A is #906275. Grayscale: #8D8D8D. Windows color (decimal): -9462390 or 9084271. OLE color: 9084271.

HSL color Cylindrical-coordinate representation of color #6F9D8A: hue angle of 155.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9D8A is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 157 138 -
CMYK 0.29 0 0.12 0.38
HSL 155.22º 0.19% 0.53% -
HSV(B) 155.22º 0.29% 0.62% -
XYZ 23.2 29.33 28.48 -
YUV 141.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 111 157 138 0.29 0 0.12 0.38 155.22 0.19 0.53
Hex 6F 9D 8A 1D 0 C 26 9B 13 35
Octal 157 235 212 35 0 14 46 233 23 65
Binary 1101111 10011101 10001010 11101 0 1100 100110 10011011 10011 110101

Color Harmonies of #6F9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9D8A

Black with #6F9D8A

Text Example


Text Example

White with #6F9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,157,138); }

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

background-color css

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

 a { background-color: rgb(111,157,138); }

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

border-color css

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

 span { border-color: rgb(111,157,138); }

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