Html Css Color HEX #6F9E80 Oxley

📋 copy color: '#6F9E80'

red 111 ◦ green 158 ◦ blue 128

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

Shades of Oxley #6F9E80

Tints of Oxley #6F9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 27.96%
G = 39.8%
B = 32.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#6F9E80 (or 0x6F9E80) is known color: Oxley. HEX triplet: 6F, 9E and 80. RGB value is (111,158,128). Sum of RGB (Red+Green+Blue) = 111+158+128=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #6F9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9E80 is #90617F. Grayscale: #8C8C8C. Windows color (decimal): -9462144 or 8429167. OLE color: 8429167.

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

Color convert

RGB 111 158 128 -
CMYK 0.30 0 0.19 0.38
HSL 141.7º 0.2% 0.53% -
HSV(B) 141.7º 0.3% 0.62% -
XYZ 22.68 29.39 24.9 -
YUV 140.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 111 158 128 0.30 0 0.19 0.38 141.7 0.2 0.53
Hex 6F 9E 80 1E 0 13 26 8E 14 35
Octal 157 236 200 36 0 23 46 216 24 65
Binary 1101111 10011110 10000000 11110 0 10011 100110 10001110 10100 110101

Color Harmonies of #6F9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9E80

Black with #6F9E80

Text Example


Text Example

White with #6F9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,158,128); }

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

background-color css

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

 a { background-color: rgb(111,158,128); }

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

border-color css

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

 span { border-color: rgb(111,158,128); }

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