#6BAF7B

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

Shades of Oxley #6BAF7B

Tints of Oxley #6BAF7B

Color information

#6BAF7B (or 0x6BAF7B) is unknown color: approx Oxley. HEX triplet: 6B, AF and 7B. RGB value is (107,175,123). Sum of RGB (Red+Green+Blue) = 107+175+123=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF7B is #945084. Grayscale: #949494. Windows color (decimal): -9719941 or 8105835. OLE color: 8105835.

HSL color Cylindrical-coordinate representation of color #6BAF7B: hue angle of 134.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF7B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB107175123-
CMYK0.3900.300.31
HSL134.12º29.82%55.29%-
HSV(B)134.12º38.86%68.63%-
XYZ24.9735.2224.22-
YUV148.74113.4798.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=26.42%
G=43.21%
B=30.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751230.3900.300.31134.1229.8255.29
Hex6BAF7B2701E1F861e37
Octal15325717347036372063667
Binary1101011101011111111011100111011110111111000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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