#619D6D

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

Shades of Oxley #619D6D

Tints of Oxley #619D6D

Color information

#619D6D (or 0x619D6D) is unknown color: approx Oxley. HEX triplet: 61, 9D and 6D. RGB value is (97,157,109). Sum of RGB (Red+Green+Blue) = 97+157+109=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #619D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D6D is #9E6292. Grayscale: #858585. Windows color (decimal): -10379923 or 7183713. OLE color: 7183713.

HSL color Cylindrical-coordinate representation of color #619D6D: hue angle of 132º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D6D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB97157109-
CMYK0.3800.310.38
HSL132º23.62%49.8%-
HSV(B)132º38.22%61.57%-
XYZ19.7527.7618.79-
YUV133.59114.12101.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=26.72%
G=43.25%
B=30.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571090.3800.310.3813223.6249.8
Hex619D6D2601F26841832
Octal14123515546037462043062
Binary11000011001110111011011001100111111001101000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619D6D; }

 p { color: rgb(97,157,109); }

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

<style>
 a { background-color: #619D6D; }

 a { background-color: rgb(97,157,109); }

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

<style>
 span { border-color: #619D6D; }

 span { border-color: rgb(97,157,109); }

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