Html Css Color HEX #619D79 Oxley

📋 copy color: '#619D79'

red 97 ◦ green 157 ◦ blue 121

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

Shades of Oxley #619D79

Tints of Oxley #619D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

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

R = 25.87%
G = 41.87%
B = 32.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#619D79 (or 0x619D79) is known color: Oxley. HEX triplet: 61, 9D and 79. RGB value is (97,157,121). Sum of RGB (Red+Green+Blue) = 97+157+121=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #619D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D79 is #9E6286. Grayscale: #878787. Windows color (decimal): -10379911 or 7970145. OLE color: 7970145.

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

Color convert

RGB 97 157 121 -
CMYK 0.38 0 0.23 0.38
HSL 144º 0.24% 0.5% -
HSV(B) 144º 0.38% 0.62% -
XYZ 20.44 28.04 22.42 -
YUV 134.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 97 157 121 0.38 0 0.23 0.38 144 0.24 0.5
Hex 61 9D 79 26 0 17 26 90 18 32
Octal 141 235 171 46 0 27 46 220 30 62
Binary 1100001 10011101 1111001 100110 0 10111 100110 10010000 11000 110010

Color Harmonies of #619D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619D79

Black with #619D79

Text Example


Text Example

White with #619D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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