#67AD7E

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

Shades of Oxley #67AD7E

Tints of Oxley #67AD7E

Color information

#67AD7E (or 0x67AD7E) is unknown color: approx Oxley. HEX triplet: 67, AD and 7E. RGB value is (103,173,126). Sum of RGB (Red+Green+Blue) = 103+173+126=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AD7E is #985281. Grayscale: #929292. Windows color (decimal): -9982594 or 8301927. OLE color: 8301927.

HSL color Cylindrical-coordinate representation of color #67AD7E: hue angle of 139.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AD7E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB103173126-
CMYK0.4000.270.32
HSL139.71º29.91%54.12%-
HSV(B)139.71º40.46%67.84%-
XYZ24.334.2825.07-
YUV146.71116.3196.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=25.62%
G=43.03%
B=31.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031731260.4000.270.32139.7129.9154.12
Hex67AD7E2801B208c1e36
Octal14725517650033402143666
Binary11001111010110111111101010000110111000001000110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,173,126); }

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

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

 a { background-color: rgb(103,173,126); }

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

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

 span { border-color: rgb(103,173,126); }

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