#6BAF7E

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

Shades of Oxley #6BAF7E

Tints of Oxley #6BAF7E

Color information

#6BAF7E (or 0x6BAF7E) is unknown color: approx Oxley. HEX triplet: 6B, AF and 7E. RGB value is (107,175,126). Sum of RGB (Red+Green+Blue) = 107+175+126=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF7E is #945081. Grayscale: #959595. Windows color (decimal): -9719938 or 8302443. OLE color: 8302443.

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

Color convert

RGB107175126-
CMYK0.3900.280.31
HSL136.76º29.82%55.29%-
HSV(B)136.76º38.86%68.63%-
XYZ25.1635.2925.22-
YUV149.08114.9797.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=26.23%
G=42.89%
B=30.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751260.3900.280.31136.7629.8255.29
Hex6BAF7E2701C1F891e37
Octal15325717647034372113667
Binary1101011101011111111110100111011100111111000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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