Html Css Color HEX #6F988B Granny Smith

📋 copy color: '#6F988B'

red 111 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #6F988B

Tints of Granny Smith #6F988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 27.61%
G = 37.81%
B = 34.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#6F988B (or 0x6F988B) is known color: Granny Smith. HEX triplet: 6F, 98 and 8B. RGB value is (111,152,139). Sum of RGB (Red+Green+Blue) = 111+152+139=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #6F988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F988B is #906774. Grayscale: #8A8A8A. Windows color (decimal): -9463669 or 9148527. OLE color: 9148527.

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

Color convert

RGB 111 152 139 -
CMYK 0.27 0 0.09 0.40
HSL 160.98º 0.17% 0.52% -
HSV(B) 160.98º 0.27% 0.6% -
XYZ 22.44 27.7 28.59 -
YUV 138.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 111 152 139 0.27 0 0.09 0.40 160.98 0.17 0.52
Hex 6F 98 8B 1B 0 9 28 A1 11 34
Octal 157 230 213 33 0 11 50 241 21 64
Binary 1101111 10011000 10001011 11011 0 1001 101000 10100001 10001 110100

Color Harmonies of #6F988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F988B

Black with #6F988B

Text Example


Text Example

White with #6F988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,139); }

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

background-color css

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

 a { background-color: rgb(111,152,139); }

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

border-color css

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

 span { border-color: rgb(111,152,139); }

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