#619376

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

Shades of Oxley #619376

Tints of Oxley #619376

Color information

#619376 (or 0x619376) is unknown color: approx Oxley. HEX triplet: 61, 93 and 76. RGB value is (97,147,118). Sum of RGB (Red+Green+Blue) = 97+147+118=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #619376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619376 is #9E6C89. Grayscale: #808080. Windows color (decimal): -10382474 or 7770977. OLE color: 7770977.

HSL color Cylindrical-coordinate representation of color #619376: hue angle of 145.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619376 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB97147118-
CMYK0.3400.200.42
HSL145.2º20.49%47.84%-
HSV(B)145.2º34.01%57.65%-
XYZ18.6324.7220.93-
YUV128.74121.94105.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=26.80%
G=40.61%
B=32.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471180.3400.200.42145.220.4947.84
Hex619376220142A911430
Octal14122316642024522212460
Binary11000011001001111101101000100101001010101001000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619376; }

 p { color: rgb(97,147,118); }

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

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

 a { background-color: rgb(97,147,118); }

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

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

 span { border-color: rgb(97,147,118); }

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