Html Css Color HEX #619776 Oxley

📋 copy color: '#619776'

red 97 ◦ green 151 ◦ blue 118

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

Shades of Oxley #619776

Tints of Oxley #619776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 26.5%
G = 41.26%
B = 32.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#619776 (or 0x619776) is known color: Oxley. HEX triplet: 61, 97 and 76. RGB value is (97,151,118). Sum of RGB (Red+Green+Blue) = 97+151+118=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #619776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619776 is #9E6889. Grayscale: #838383. Windows color (decimal): -10381450 or 7772001. OLE color: 7772001.

HSL color Cylindrical-coordinate representation of color #619776: hue angle of 143.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619776 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 118 -
CMYK 0.36 0 0.22 0.41
HSL 143.33º 0.22% 0.49% -
HSV(B) 143.33º 0.36% 0.59% -
XYZ 19.27 25.98 21.14 -
YUV 131.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 97 151 118 0.36 0 0.22 0.41 143.33 0.22 0.49
Hex 61 97 76 24 0 16 29 8F 16 31
Octal 141 227 166 44 0 26 51 217 26 61
Binary 1100001 10010111 1110110 100100 0 10110 101001 10001111 10110 110001

Color Harmonies of #619776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619776

Black with #619776

Text Example


Text Example

White with #619776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619776; }

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

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

background-color css

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

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

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

border-color css

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

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

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