#6B9B7A

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

Shades of Oxley #6B9B7A

Tints of Oxley #6B9B7A

Color information

#6B9B7A (or 0x6B9B7A) is unknown color: approx Oxley. HEX triplet: 6B, 9B and 7A. RGB value is (107,155,122). Sum of RGB (Red+Green+Blue) = 107+155+122=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B7A is #946485. Grayscale: #888888. Windows color (decimal): -9725062 or 8035179. OLE color: 8035179.

HSL color Cylindrical-coordinate representation of color #6B9B7A: hue angle of 138.75º 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 #6B9B7A is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB107155122-
CMYK0.3100.210.39
HSL138.75º19.35%51.37%-
HSV(B)138.75º30.97%60.78%-
XYZ21.327.9722.69-
YUV136.89119.6106.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=27.86%
G=40.36%
B=31.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551220.3100.210.39138.7519.3551.37
Hex6B9B7A1F015278b1333
Octal15323317237025472132363
Binary1101011100110111111010111110101011001111000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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