Html Css Color HEX #6B947B Oxley

📋 copy color: '#6B947B'

red 107 ◦ green 148 ◦ blue 123

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

Shades of Oxley #6B947B

Tints of Oxley #6B947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 28.31%
G = 39.15%
B = 32.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#6B947B (or 0x6B947B) is known color: Oxley. HEX triplet: 6B, 94 and 7B. RGB value is (107,148,123). Sum of RGB (Red+Green+Blue) = 107+148+123=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #6B947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B947B is #946B84. Grayscale: #848484. Windows color (decimal): -9726853 or 8098923. OLE color: 8098923.

HSL color Cylindrical-coordinate representation of color #6B947B: hue angle of 143.41º 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 #6B947B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 123 -
CMYK 0.28 0 0.17 0.42
HSL 143.41º 0.16% 0.5% -
HSV(B) 143.41º 0.28% 0.58% -
XYZ 20.23 25.74 22.64 -
YUV 132.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 107 148 123 0.28 0 0.17 0.42 143.41 0.16 0.5
Hex 6B 94 7B 1C 0 11 2A 8F 10 32
Octal 153 224 173 34 0 21 52 217 20 62
Binary 1101011 10010100 1111011 11100 0 10001 101010 10001111 10000 110010

Color Harmonies of #6B947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B947B

Black with #6B947B

Text Example


Text Example

White with #6B947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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