Html Css Color HEX #619A79 Oxley

📋 copy color: '#619A79'

red 97 ◦ green 154 ◦ blue 121

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

Shades of Oxley #619A79

Tints of Oxley #619A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.4%

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

R = 26.08%
G = 41.4%
B = 32.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#619A79 (or 0x619A79) is known color: Oxley. HEX triplet: 61, 9A and 79. RGB value is (97,154,121). Sum of RGB (Red+Green+Blue) = 97+154+121=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #619A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A79 is #9E6586. Grayscale: #858585. Windows color (decimal): -10380679 or 7969377. OLE color: 7969377.

HSL color Cylindrical-coordinate representation of color #619A79: hue angle of 145.26º degrees, saturation: 0.23, 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 #619A79 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 121 -
CMYK 0.37 0 0.21 0.40
HSL 145.26º 0.23% 0.49% -
HSV(B) 145.26º 0.37% 0.6% -
XYZ 19.94 27.03 22.26 -
YUV 133.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 97 154 121 0.37 0 0.21 0.40 145.26 0.23 0.49
Hex 61 9A 79 25 0 15 28 91 17 31
Octal 141 232 171 45 0 25 50 221 27 61
Binary 1100001 10011010 1111001 100101 0 10101 101000 10010001 10111 110001

Color Harmonies of #619A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A79

Black with #619A79

Text Example


Text Example

White with #619A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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