Html Css Color HEX #6B9278 Oxley

📋 copy color: '#6B9278'

red 107 ◦ green 146 ◦ blue 120

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

Shades of Oxley #6B9278

Tints of Oxley #6B9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 28.69%
G = 39.14%
B = 32.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#6B9278 (or 0x6B9278) is known color: Oxley. HEX triplet: 6B, 92 and 78. RGB value is (107,146,120). Sum of RGB (Red+Green+Blue) = 107+146+120=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9278 is #946D87. Grayscale: #838383. Windows color (decimal): -9727368 or 7901803. OLE color: 7901803.

HSL color Cylindrical-coordinate representation of color #6B9278: hue angle of 140º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9278 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 120 -
CMYK 0.27 0 0.18 0.43
HSL 140º 0.15% 0.5% -
HSV(B) 140º 0.27% 0.57% -
XYZ 19.73 25.04 21.56 -
YUV 131.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 107 146 120 0.27 0 0.18 0.43 140 0.15 0.5
Hex 6B 92 78 1B 0 12 2B 8C F 32
Octal 153 222 170 33 0 22 53 214 17 62
Binary 1101011 10010010 1111000 11011 0 10010 101011 10001100 1111 110010

Color Harmonies of #6B9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9278

Black with #6B9278

Text Example


Text Example

White with #6B9278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,120); }

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

background-color css

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

 a { background-color: rgb(107,146,120); }

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

border-color css

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

 span { border-color: rgb(107,146,120); }

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