Html Css Color HEX #619577 Oxley

📋 copy color: '#619577'

red 97 ◦ green 149 ◦ blue 119

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

Shades of Oxley #619577

Tints of Oxley #619577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 26.58%
G = 40.82%
B = 32.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#619577 (or 0x619577) is known color: Oxley. HEX triplet: 61, 95 and 77. RGB value is (97,149,119). Sum of RGB (Red+Green+Blue) = 97+149+119=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #619577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619577 is #9E6A88. Grayscale: #828282. Windows color (decimal): -10381961 or 7837025. OLE color: 7837025.

HSL color Cylindrical-coordinate representation of color #619577: hue angle of 145.38º 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 #619577 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 119 -
CMYK 0.35 0 0.20 0.42
HSL 145.38º 0.21% 0.48% -
HSV(B) 145.38º 0.35% 0.58% -
XYZ 19.01 25.37 21.35 -
YUV 130.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 97 149 119 0.35 0 0.20 0.42 145.38 0.21 0.48
Hex 61 95 77 23 0 14 2A 91 15 30
Octal 141 225 167 43 0 24 52 221 25 60
Binary 1100001 10010101 1110111 100011 0 10100 101010 10010001 10101 110000

Color Harmonies of #619577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619577

Black with #619577

Text Example


Text Example

White with #619577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619577; }

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

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

background-color css

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

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

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

border-color css

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

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

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