Html Css Color HEX #619570 Oxley

📋 copy color: '#619570'

red 97 ◦ green 149 ◦ blue 112

#619570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #619570

Tints of Oxley #619570

RGB

 RED value IS 97 (38.28% from 255) = 27.09%

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 27.09%
G = 41.62%
B = 31.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#619570 (or 0x619570) is known color: Oxley. HEX triplet: 61, 95 and 70. RGB value is (97,149,112). Sum of RGB (Red+Green+Blue) = 97+149+112=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #619570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619570 is #9E6A8F. Grayscale: #818181. Windows color (decimal): -10381968 or 7378273. OLE color: 7378273.

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

Color convert

RGB 97 149 112 -
CMYK 0.35 0 0.25 0.42
HSL 137.31º 0.21% 0.48% -
HSV(B) 137.31º 0.35% 0.58% -
XYZ 18.6 25.21 19.21 -
YUV 129.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 97 149 112 0.35 0 0.25 0.42 137.31 0.21 0.48
Hex 61 95 70 23 0 19 2A 89 15 30
Octal 141 225 160 43 0 31 52 211 25 60
Binary 1100001 10010101 1110000 100011 0 11001 101010 10001001 10101 110000

Color Harmonies of #619570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619570

Black with #619570

Text Example


Text Example

White with #619570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619570; }

 p { color: rgb(97,149,112); }

 H1.HeaderClassName
 {
   color: #619570;
 }
 .AnyTagClassName
 {
   color: #619570;
 }
</style>

background-color css

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

 a { background-color: rgb(97,149,112); }

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

border-color css

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

 span { border-color: rgb(97,149,112); }

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