#619D6C

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

Shades of Oxley #619D6C

Tints of Oxley #619D6C

Color information

#619D6C (or 0x619D6C) is unknown color: approx Oxley. HEX triplet: 61, 9D and 6C. RGB value is (97,157,108). Sum of RGB (Red+Green+Blue) = 97+157+108=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #619D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D6C is #9E6293. Grayscale: #858585. Windows color (decimal): -10379924 or 7118177. OLE color: 7118177.

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

Color convert

RGB97157108-
CMYK0.3800.310.38
HSL131º23.62%49.8%-
HSV(B)131º38.22%61.57%-
XYZ19.6927.7418.5-
YUV133.47113.62101.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=26.80%
G=43.37%
B=29.83%

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
Decimal971571080.3800.310.3813123.6249.8
Hex619D6C2601F26831832
Octal14123515446037462033062
Binary11000011001110111011001001100111111001101000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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