Html Css Color HEX #619474 Oxley

📋 copy color: '#619474'

red 97 ◦ green 148 ◦ blue 116

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

Shades of Oxley #619474

Tints of Oxley #619474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 26.87%
G = 41%
B = 32.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#619474 (or 0x619474) is known color: Oxley. HEX triplet: 61, 94 and 74. RGB value is (97,148,116). Sum of RGB (Red+Green+Blue) = 97+148+116=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #619474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619474 is #9E6B8B. Grayscale: #818181. Windows color (decimal): -10382220 or 7640161. OLE color: 7640161.

HSL color Cylindrical-coordinate representation of color #619474: hue angle of 142.35º 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 #619474 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 116 -
CMYK 0.34 0 0.22 0.42
HSL 142.35º 0.21% 0.48% -
HSV(B) 142.35º 0.34% 0.58% -
XYZ 18.67 24.98 20.36 -
YUV 129.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 97 148 116 0.34 0 0.22 0.42 142.35 0.21 0.48
Hex 61 94 74 22 0 16 2A 8E 15 30
Octal 141 224 164 42 0 26 52 216 25 60
Binary 1100001 10010100 1110100 100010 0 10110 101010 10001110 10101 110000

Color Harmonies of #619474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619474

Black with #619474

Text Example


Text Example

White with #619474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619474; }

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

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

background-color css

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

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

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

border-color css

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

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

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