#67AB7A

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

Shades of Oxley #67AB7A

Tints of Oxley #67AB7A

Color information

#67AB7A (or 0x67AB7A) is unknown color: approx Oxley. HEX triplet: 67, AB and 7A. RGB value is (103,171,122). Sum of RGB (Red+Green+Blue) = 103+171+122=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AB7A is #985485. Grayscale: #919191. Windows color (decimal): -9983110 or 8039271. OLE color: 8039271.

HSL color Cylindrical-coordinate representation of color #67AB7A: hue angle of 136.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AB7A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB103171122-
CMYK0.4000.290.33
HSL136.76º28.81%53.73%-
HSV(B)136.76º39.77%67.06%-
XYZ23.6733.4123.61-
YUV145.08114.9797.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=26.01%
G=43.18%
B=30.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031711220.4000.290.33136.7628.8153.73
Hex67AB7A2801D21891d36
Octal14725317250035412113566
Binary11001111010101111110101010000111011000011000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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