#6BA97E

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

Shades of Oxley #6BA97E

Tints of Oxley #6BA97E

Color information

#6BA97E (or 0x6BA97E) is unknown color: approx Oxley. HEX triplet: 6B, A9 and 7E. RGB value is (107,169,126). Sum of RGB (Red+Green+Blue) = 107+169+126=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA97E is #945681. Grayscale: #919191. Windows color (decimal): -9721474 or 8300907. OLE color: 8300907.

HSL color Cylindrical-coordinate representation of color #6BA97E: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA97E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB107169126-
CMYK0.3700.250.34
HSL138.39º26.5%54.12%-
HSV(B)138.39º36.69%66.27%-
XYZ24.0233.0124.84-
YUV145.56116.96100.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=26.62%
G=42.04%
B=31.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071691260.3700.250.34138.3926.554.12
Hex6BA97E25019228a1a36
Octal15325117645031422123266
Binary11010111010100111111101001010110011000101000101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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