Html Css Color HEX #619F77 Oxley

📋 copy color: '#619F77'

red 97 ◦ green 159 ◦ blue 119

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

Shades of Oxley #619F77

Tints of Oxley #619F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

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

R = 25.87%
G = 42.4%
B = 31.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#619F77 (or 0x619F77) is known color: Oxley. HEX triplet: 61, 9F and 77. RGB value is (97,159,119). Sum of RGB (Red+Green+Blue) = 97+159+119=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #619F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F77 is #9E6088. Grayscale: #878787. Windows color (decimal): -10379401 or 7839585. OLE color: 7839585.

HSL color Cylindrical-coordinate representation of color #619F77: hue angle of 141.29º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F77 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 159 119 -
CMYK 0.39 0 0.25 0.38
HSL 141.29º 0.24% 0.5% -
HSV(B) 141.29º 0.39% 0.62% -
XYZ 20.66 28.67 21.9 -
YUV 135.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 97 159 119 0.39 0 0.25 0.38 141.29 0.24 0.5
Hex 61 9F 77 27 0 19 26 8D 18 32
Octal 141 237 167 47 0 31 46 215 30 62
Binary 1100001 10011111 1110111 100111 0 11001 100110 10001101 11000 110010

Color Harmonies of #619F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619F77

Black with #619F77

Text Example


Text Example

White with #619F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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