Html Css Color HEX #6B8A76 Oxley

📋 copy color: '#6B8A76'

red 107 ◦ green 138 ◦ blue 118

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

Shades of Oxley #6B8A76

Tints of Oxley #6B8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 29.48%
G = 38.02%
B = 32.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#6B8A76 (or 0x6B8A76) is known color: Oxley. HEX triplet: 6B, 8A and 76. RGB value is (107,138,118). Sum of RGB (Red+Green+Blue) = 107+138+118=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8A76 is #947589. Grayscale: #7E7E7E. Windows color (decimal): -9729418 or 7768683. OLE color: 7768683.

HSL color Cylindrical-coordinate representation of color #6B8A76: hue angle of 141.29º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8A76 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 138 118 -
CMYK 0.22 0 0.14 0.46
HSL 141.29º 0.13% 0.48% -
HSV(B) 141.29º 0.22% 0.54% -
XYZ 18.42 22.61 20.53 -
YUV 126.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 107 138 118 0.22 0 0.14 0.46 141.29 0.13 0.48
Hex 6B 8A 76 16 0 E 2E 8D D 30
Octal 153 212 166 26 0 16 56 215 15 60
Binary 1101011 10001010 1110110 10110 0 1110 101110 10001101 1101 110000

Color Harmonies of #6B8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8A76

Black with #6B8A76

Text Example


Text Example

White with #6B8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,138,118); }

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

background-color css

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

 a { background-color: rgb(107,138,118); }

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

border-color css

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

 span { border-color: rgb(107,138,118); }

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