Html Css Color HEX #619275 Oxley

📋 copy color: '#619275'

red 97 ◦ green 146 ◦ blue 117

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

Shades of Oxley #619275

Tints of Oxley #619275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 26.94%
G = 40.56%
B = 32.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#619275 (or 0x619275) is known color: Oxley. HEX triplet: 61, 92 and 75. RGB value is (97,146,117). Sum of RGB (Red+Green+Blue) = 97+146+117=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #619275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619275 is #9E6D8A. Grayscale: #808080. Windows color (decimal): -10382731 or 7705185. OLE color: 7705185.

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

Color convert

RGB 97 146 117 -
CMYK 0.34 0 0.20 0.43
HSL 144.49º 0.2% 0.48% -
HSV(B) 144.49º 0.34% 0.57% -
XYZ 18.42 24.38 20.57 -
YUV 128.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 97 146 117 0.34 0 0.20 0.43 144.49 0.2 0.48
Hex 61 92 75 22 0 14 2B 90 14 30
Octal 141 222 165 42 0 24 53 220 24 60
Binary 1100001 10010010 1110101 100010 0 10100 101011 10010000 10100 110000

Color Harmonies of #619275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619275

Black with #619275

Text Example


Text Example

White with #619275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619275; }

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

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

background-color css

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

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

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

border-color css

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

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

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