Html Css Color HEX #619979 Oxley

📋 copy color: '#619979'

red 97 ◦ green 153 ◦ blue 121

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

Shades of Oxley #619979

Tints of Oxley #619979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 26.15%
G = 41.24%
B = 32.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#619979 (or 0x619979) is known color: Oxley. HEX triplet: 61, 99 and 79. RGB value is (97,153,121). Sum of RGB (Red+Green+Blue) = 97+153+121=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #619979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619979 is #9E6686. Grayscale: #848484. Windows color (decimal): -10380935 or 7969121. OLE color: 7969121.

HSL color Cylindrical-coordinate representation of color #619979: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619979 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 121 -
CMYK 0.37 0 0.21 0.4
HSL 145.71º 0.22% 0.49% -
HSV(B) 145.71º 0.37% 0.6% -
XYZ 19.77 26.7 22.2 -
YUV 132.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 97 153 121 0.37 0 0.21 0.4 145.71 0.22 0.49
Hex 61 99 79 25 0 15 28 92 16 31
Octal 141 231 171 45 0 25 50 222 26 61
Binary 1100001 10011001 1111001 100101 0 10101 101000 10010010 10110 110001

Color Harmonies of #619979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619979

Black with #619979

Text Example


Text Example

White with #619979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619979; }

 p { color: rgb(97,153,121); }

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

background-color css

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

 a { background-color: rgb(97,153,121); }

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

border-color css

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

 span { border-color: rgb(97,153,121); }

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