#67A97A

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

Shades of Oxley #67A97A

Tints of Oxley #67A97A

Color information

#67A97A (or 0x67A97A) is unknown color: approx Oxley. HEX triplet: 67, A9 and 7A. RGB value is (103,169,122). Sum of RGB (Red+Green+Blue) = 103+169+122=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #67A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A97A is #985685. Grayscale: #909090. Windows color (decimal): -9983622 or 8038759. OLE color: 8038759.

HSL color Cylindrical-coordinate representation of color #67A97A: hue angle of 137.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A97A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB103169122-
CMYK0.3900.280.34
HSL137.27º27.73%53.33%-
HSV(B)137.27º39.05%66.27%-
XYZ23.2932.6623.49-
YUV143.91115.6398.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=26.14%
G=42.89%
B=30.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1031691220.3900.280.34137.2727.7353.33
Hex67A97A2701C22891c35
Octal14725117247034422113465
Binary11001111010100111110101001110111001000101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A97A; }

 p { color: rgb(103,169,122); }

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

<style>
 a { background-color: #67A97A; }

 a { background-color: rgb(103,169,122); }

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

<style>
 span { border-color: #67A97A; }

 span { border-color: rgb(103,169,122); }

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