#619772

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

Shades of Oxley #619772

Tints of Oxley #619772

Color information

#619772 (or 0x619772) is unknown color: approx Oxley. HEX triplet: 61, 97 and 72. RGB value is (97,151,114). Sum of RGB (Red+Green+Blue) = 97+151+114=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #619772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619772 is #9E688D. Grayscale: #828282. Windows color (decimal): -10381454 or 7509857. OLE color: 7509857.

HSL color Cylindrical-coordinate representation of color #619772: hue angle of 138.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619772 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB97151114-
CMYK0.3600.250.41
HSL138.89º21.77%48.63%-
HSV(B)138.89º35.76%59.22%-
XYZ19.0325.8919.91-
YUV130.64118.61104.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=26.80%
G=41.71%
B=31.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511140.3600.250.41138.8921.7748.63
Hex61977224019298b1631
Octal14122716244031512132661
Binary11000011001011111100101001000110011010011000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619772; }

 p { color: rgb(97,151,114); }

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

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

 a { background-color: rgb(97,151,114); }

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

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

 span { border-color: rgb(97,151,114); }

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