#619D69

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

Shades of Oxley #619D69

Tints of Oxley #619D69

Color information

#619D69 (or 0x619D69) is unknown color: approx Oxley. HEX triplet: 61, 9D and 69. RGB value is (97,157,105). Sum of RGB (Red+Green+Blue) = 97+157+105=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #619D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D69 is #9E6296. Grayscale: #858585. Windows color (decimal): -10379927 or 6921569. OLE color: 6921569.

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

Color convert

RGB97157105-
CMYK0.3800.330.38
HSL128º23.62%49.8%-
HSV(B)128º38.22%61.57%-
XYZ19.5427.6817.68-
YUV133.13112.12102.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=27.02%
G=43.73%
B=29.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571050.3800.330.3812823.6249.8
Hex619D692602126801832
Octal14123515146041462003062
Binary110000110011101110100110011001000011001101000000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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