Html Css Color HEX #619170 Oxley

📋 copy color: '#619170'

red 97 ◦ green 145 ◦ blue 112

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

Shades of Oxley #619170

Tints of Oxley #619170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 27.4%
G = 40.96%
B = 31.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#619170 (or 0x619170) is known color: Oxley. HEX triplet: 61, 91 and 70. RGB value is (97,145,112). Sum of RGB (Red+Green+Blue) = 97+145+112=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #619170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619170 is #9E6E8F. Grayscale: #7E7E7E. Windows color (decimal): -10382992 or 7377249. OLE color: 7377249.

HSL color Cylindrical-coordinate representation of color #619170: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619170 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 112 -
CMYK 0.33 0 0.23 0.43
HSL 138.75º 0.2% 0.47% -
HSV(B) 138.75º 0.33% 0.57% -
XYZ 17.98 23.96 19.01 -
YUV 126.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 97 145 112 0.33 0 0.23 0.43 138.75 0.2 0.47
Hex 61 91 70 21 0 17 2B 8B 14 2F
Octal 141 221 160 41 0 27 53 213 24 57
Binary 1100001 10010001 1110000 100001 0 10111 101011 10001011 10100 101111

Color Harmonies of #619170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619170

Black with #619170

Text Example


Text Example

White with #619170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619170; }

 p { color: rgb(97,145,112); }

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

background-color css

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

 a { background-color: rgb(97,145,112); }

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

border-color css

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

 span { border-color: rgb(97,145,112); }

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