Html Css Color HEX #6B8D76 Oxley

📋 copy color: '#6B8D76'

red 107 ◦ green 141 ◦ blue 118

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

Shades of Oxley #6B8D76

Tints of Oxley #6B8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 29.23%
G = 38.52%
B = 32.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#6B8D76 (or 0x6B8D76) is known color: Oxley. HEX triplet: 6B, 8D and 76. RGB value is (107,141,118). Sum of RGB (Red+Green+Blue) = 107+141+118=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D76 is #947289. Grayscale: #808080. Windows color (decimal): -9728650 or 7769451. OLE color: 7769451.

HSL color Cylindrical-coordinate representation of color #6B8D76: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D76 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 141 118 -
CMYK 0.24 0 0.16 0.45
HSL 139.41º 0.14% 0.49% -
HSV(B) 139.41º 0.24% 0.55% -
XYZ 18.86 23.48 20.68 -
YUV 128.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 107 141 118 0.24 0 0.16 0.45 139.41 0.14 0.49
Hex 6B 8D 76 18 0 10 2D 8B E 31
Octal 153 215 166 30 0 20 55 213 16 61
Binary 1101011 10001101 1110110 11000 0 10000 101101 10001011 1110 110001

Color Harmonies of #6B8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8D76

Black with #6B8D76

Text Example


Text Example

White with #6B8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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