Html Css Color HEX #619375 Oxley

📋 copy color: '#619375'

red 97 ◦ green 147 ◦ blue 117

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

Shades of Oxley #619375

Tints of Oxley #619375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 26.87%
G = 40.72%
B = 32.41%

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

#619375 (or 0x619375) is known color: Oxley. HEX triplet: 61, 93 and 75. RGB value is (97,147,117). Sum of RGB (Red+Green+Blue) = 97+147+117=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #619375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619375 is #9E6C8A. Grayscale: #808080. Windows color (decimal): -10382475 or 7705441. OLE color: 7705441.

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

Color convert

RGB 97 147 117 -
CMYK 0.34 0 0.20 0.42
HSL 144º 0.2% 0.48% -
HSV(B) 144º 0.34% 0.58% -
XYZ 18.57 24.69 20.62 -
YUV 128.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 97 147 117 0.34 0 0.20 0.42 144 0.2 0.48
Hex 61 93 75 22 0 14 2A 90 14 30
Octal 141 223 165 42 0 24 52 220 24 60
Binary 1100001 10010011 1110101 100010 0 10100 101010 10010000 10100 110000

Color Harmonies of #619375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619375

Black with #619375

Text Example


Text Example

White with #619375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619375; }

 p { color: rgb(97,147,117); }

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

background-color css

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

 a { background-color: rgb(97,147,117); }

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

border-color css

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

 span { border-color: rgb(97,147,117); }

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