#619D6F

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

Shades of Oxley #619D6F

Tints of Oxley #619D6F

Color information

#619D6F (or 0x619D6F) is unknown color: approx Oxley. HEX triplet: 61, 9D and 6F. RGB value is (97,157,111). Sum of RGB (Red+Green+Blue) = 97+157+111=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #619D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D6F is #9E6290. Grayscale: #858585. Windows color (decimal): -10379921 or 7314785. OLE color: 7314785.

HSL color Cylindrical-coordinate representation of color #619D6F: hue angle of 134º 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 #619D6F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB97157111-
CMYK0.3800.290.38
HSL134º23.62%49.8%-
HSV(B)134º38.22%61.57%-
XYZ19.8627.819.36-
YUV133.82115.12101.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=26.58%
G=43.01%
B=30.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571110.3800.290.3813423.6249.8
Hex619D6F2601D26861832
Octal14123515746035462063062
Binary11000011001110111011111001100111011001101000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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