#6BAC7E

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

Shades of Oxley #6BAC7E

Tints of Oxley #6BAC7E

Color information

#6BAC7E (or 0x6BAC7E) is unknown color: approx Oxley. HEX triplet: 6B, AC and 7E. RGB value is (107,172,126). Sum of RGB (Red+Green+Blue) = 107+172+126=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC7E is #945381. Grayscale: #939393. Windows color (decimal): -9720706 or 8301675. OLE color: 8301675.

HSL color Cylindrical-coordinate representation of color #6BAC7E: hue angle of 137.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC7E is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB107172126-
CMYK0.3800.270.33
HSL137.54º28.14%54.71%-
HSV(B)137.54º37.79%67.45%-
XYZ24.5834.1425.03-
YUV147.32115.9799.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=26.42%
G=42.47%
B=31.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721260.3800.270.33137.5428.1454.71
Hex6BAC7E2601B218a1c37
Octal15325417646033412123467
Binary11010111010110011111101001100110111000011000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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