#6BA974

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

Shades of Oxley #6BA974

Tints of Oxley #6BA974

Color information

#6BA974 (or 0x6BA974) is unknown color: approx Oxley. HEX triplet: 6B, A9 and 74. RGB value is (107,169,116). Sum of RGB (Red+Green+Blue) = 107+169+116=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA974 is #94568B. Grayscale: #909090. Windows color (decimal): -9721484 or 7645547. OLE color: 7645547.

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

Color convert

RGB107169116-
CMYK0.3700.310.34
HSL128.71º26.5%54.12%-
HSV(B)128.71º36.69%66.27%-
XYZ23.432.7621.61-
YUV144.42111.96101.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=27.30%
G=43.11%
B=29.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071691160.3700.310.34128.7126.554.12
Hex6BA9742501F22811a36
Octal15325116445037422013266
Binary11010111010100111101001001010111111000101000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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