#6B9B77

Color #6B9B77 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6B9B77

Tints of Oxley #6B9B77

Color information

#6B9B77 (or 0x6B9B77) is unknown color: approx Oxley. HEX triplet: 6B, 9B and 77. RGB value is (107,155,119). Sum of RGB (Red+Green+Blue) = 107+155+119=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B77 is #946488. Grayscale: #888888. Windows color (decimal): -9725065 or 7838571. OLE color: 7838571.

HSL color Cylindrical-coordinate representation of color #6B9B77: hue angle of 135º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B77 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB107155119-
CMYK0.3100.230.39
HSL135º19.35%51.37%-
HSV(B)135º30.97%60.78%-
XYZ21.1127.921.73-
YUV136.54118.1106.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=28.08%
G=40.68%
B=31.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551190.3100.230.3913519.3551.37
Hex6B9B771F01727871333
Octal15323316737027472072363
Binary1101011100110111110111111110101111001111000011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,119); }

 H1.HeaderClassName
 {
   color: #6B9B77;
 }
 .AnyTagClassName
 {
   color: #6B9B77;
 }
</style>
background-color css

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

 a { background-color: rgb(107,155,119); }

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

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

 span { border-color: rgb(107,155,119); }

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