Html Css Color HEX #6B9473 Oxley

📋 copy color: '#6B9473'

red 107 ◦ green 148 ◦ blue 115

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

Shades of Oxley #6B9473

Tints of Oxley #6B9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 28.92%
G = 40%
B = 31.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#6B9473 (or 0x6B9473) is known color: Oxley. HEX triplet: 6B, 94 and 73. RGB value is (107,148,115). Sum of RGB (Red+Green+Blue) = 107+148+115=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9473 is #946B8C. Grayscale: #848484. Windows color (decimal): -9726861 or 7574635. OLE color: 7574635.

HSL color Cylindrical-coordinate representation of color #6B9473: hue angle of 131.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9473 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 115 -
CMYK 0.28 0 0.22 0.42
HSL 131.71º 0.16% 0.5% -
HSV(B) 131.71º 0.28% 0.58% -
XYZ 19.75 25.54 20.11 -
YUV 131.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 107 148 115 0.28 0 0.22 0.42 131.71 0.16 0.5
Hex 6B 94 73 1C 0 16 2A 84 10 32
Octal 153 224 163 34 0 26 52 204 20 62
Binary 1101011 10010100 1110011 11100 0 10110 101010 10000100 10000 110010

Color Harmonies of #6B9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9473

Black with #6B9473

Text Example


Text Example

White with #6B9473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,148,115); }

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

background-color css

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

 a { background-color: rgb(107,148,115); }

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

border-color css

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

 span { border-color: rgb(107,148,115); }

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