#6B9A7F

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

Shades of Oxley #6B9A7F

Tints of Oxley #6B9A7F

Color information

#6B9A7F (or 0x6B9A7F) is unknown color: approx Oxley. HEX triplet: 6B, 9A and 7F. RGB value is (107,154,127). Sum of RGB (Red+Green+Blue) = 107+154+127=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9A7F is #946580. Grayscale: #888888. Windows color (decimal): -9725313 or 8362603. OLE color: 8362603.

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

Color convert

RGB107154127-
CMYK0.3100.180.40
HSL145.53º18.88%51.18%-
HSV(B)145.53º30.52%60.39%-
XYZ21.4527.7724.31-
YUV136.87122.43106.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 127 (50% from 255) = 32.73%
R=27.58%
G=39.69%
B=32.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071541270.3100.180.40145.5318.8851.18
Hex6B9A7F1F01228921333
Octal15323217737022502222363
Binary1101011100110101111111111110100101010001001001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,154,127); }

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

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

 a { background-color: rgb(107,154,127); }

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

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

 span { border-color: rgb(107,154,127); }

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