Html Css Color HEX #6B9D80 Oxley

📋 copy color: '#6B9D80'

red 107 ◦ green 157 ◦ blue 128

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

Shades of Oxley #6B9D80

Tints of Oxley #6B9D80

RGB

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

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

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

R = 27.3%
G = 40.05%
B = 32.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#6B9D80 (or 0x6B9D80) is known color: Oxley. HEX triplet: 6B, 9D and 80. RGB value is (107,157,128). Sum of RGB (Red+Green+Blue) = 107+157+128=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9D80 is #94627F. Grayscale: #8A8A8A. Windows color (decimal): -9724544 or 8428907. OLE color: 8428907.

HSL color Cylindrical-coordinate representation of color #6B9D80: hue angle of 145.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9D80 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 157 128 -
CMYK 0.32 0 0.18 0.38
HSL 145.2º 0.2% 0.52% -
HSV(B) 145.2º 0.32% 0.62% -
XYZ 22.02 28.8 24.82 -
YUV 138.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 107 157 128 0.32 0 0.18 0.38 145.2 0.2 0.52
Hex 6B 9D 80 20 0 12 26 91 14 34
Octal 153 235 200 40 0 22 46 221 24 64
Binary 1101011 10011101 10000000 100000 0 10010 100110 10010001 10100 110100

Color Harmonies of #6B9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9D80

Black with #6B9D80

Text Example


Text Example

White with #6B9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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