Html Css Color HEX #619176 Oxley

📋 copy color: '#619176'

red 97 ◦ green 145 ◦ blue 118

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

Shades of Oxley #619176

Tints of Oxley #619176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 26.94%
G = 40.28%
B = 32.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#619176 (or 0x619176) is known color: Oxley. HEX triplet: 61, 91 and 76. RGB value is (97,145,118). Sum of RGB (Red+Green+Blue) = 97+145+118=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #619176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619176 is #9E6E89. Grayscale: #7F7F7F. Windows color (decimal): -10382986 or 7770465. OLE color: 7770465.

HSL color Cylindrical-coordinate representation of color #619176: hue angle of 146.25º 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 #619176 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 118 -
CMYK 0.33 0 0.19 0.43
HSL 146.25º 0.2% 0.47% -
HSV(B) 146.25º 0.33% 0.57% -
XYZ 18.33 24.1 20.83 -
YUV 127.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 97 145 118 0.33 0 0.19 0.43 146.25 0.2 0.47
Hex 61 91 76 21 0 13 2B 92 14 2F
Octal 141 221 166 41 0 23 53 222 24 57
Binary 1100001 10010001 1110110 100001 0 10011 101011 10010010 10100 101111

Color Harmonies of #619176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619176

Black with #619176

Text Example


Text Example

White with #619176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619176; }

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

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

background-color css

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

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

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

border-color css

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

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

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