Html Css Color HEX #6B9A80 Oxley

📋 copy color: '#6B9A80'

red 107 ◦ green 154 ◦ blue 128

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

Shades of Oxley #6B9A80

Tints of Oxley #6B9A80

RGB

 RED value IS 107 (42.19% from 255) = 27.51%

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

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

R = 27.51%
G = 39.59%
B = 32.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#6B9A80 (or 0x6B9A80) is known color: Oxley. HEX triplet: 6B, 9A and 80. RGB value is (107,154,128). Sum of RGB (Red+Green+Blue) = 107+154+128=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9A80 is #94657F. Grayscale: #898989. Windows color (decimal): -9725312 or 8428139. OLE color: 8428139.

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

Color convert

RGB 107 154 128 -
CMYK 0.31 0 0.17 0.40
HSL 146.81º 0.19% 0.51% -
HSV(B) 146.81º 0.31% 0.6% -
XYZ 21.52 27.8 24.65 -
YUV 136.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 107 154 128 0.31 0 0.17 0.40 146.81 0.19 0.51
Hex 6B 9A 80 1F 0 11 28 93 13 33
Octal 153 232 200 37 0 21 50 223 23 63
Binary 1101011 10011010 10000000 11111 0 10001 101000 10010011 10011 110011

Color Harmonies of #6B9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A80

Black with #6B9A80

Text Example


Text Example

White with #6B9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,128); }

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

background-color css

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

 a { background-color: rgb(107,154,128); }

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

border-color css

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

 span { border-color: rgb(107,154,128); }

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