Html Css Color HEX #619477 Oxley

📋 copy color: '#619477'

red 97 ◦ green 148 ◦ blue 119

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

Shades of Oxley #619477

Tints of Oxley #619477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 26.65%
G = 40.66%
B = 32.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#619477 (or 0x619477) is known color: Oxley. HEX triplet: 61, 94 and 77. RGB value is (97,148,119). Sum of RGB (Red+Green+Blue) = 97+148+119=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #619477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619477 is #9E6B88. Grayscale: #818181. Windows color (decimal): -10382217 or 7836769. OLE color: 7836769.

HSL color Cylindrical-coordinate representation of color #619477: hue angle of 145.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619477 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 119 -
CMYK 0.34 0 0.20 0.42
HSL 145.88º 0.21% 0.48% -
HSV(B) 145.88º 0.34% 0.58% -
XYZ 18.85 25.05 21.3 -
YUV 129.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 97 148 119 0.34 0 0.20 0.42 145.88 0.21 0.48
Hex 61 94 77 22 0 14 2A 92 15 30
Octal 141 224 167 42 0 24 52 222 25 60
Binary 1100001 10010100 1110111 100010 0 10100 101010 10010010 10101 110000

Color Harmonies of #619477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619477

Black with #619477

Text Example


Text Example

White with #619477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619477; }

 p { color: rgb(97,148,119); }

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

background-color css

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

 a { background-color: rgb(97,148,119); }

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

border-color css

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

 span { border-color: rgb(97,148,119); }

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