Html Css Color HEX #619A75 Oxley

📋 copy color: '#619A75'

red 97 ◦ green 154 ◦ blue 117

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

Shades of Oxley #619A75

Tints of Oxley #619A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

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

R = 26.36%
G = 41.85%
B = 31.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#619A75 (or 0x619A75) is known color: Oxley. HEX triplet: 61, 9A and 75. RGB value is (97,154,117). Sum of RGB (Red+Green+Blue) = 97+154+117=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #619A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A75 is #9E658A. Grayscale: #848484. Windows color (decimal): -10380683 or 7707233. OLE color: 7707233.

HSL color Cylindrical-coordinate representation of color #619A75: hue angle of 141.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A75 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 117 -
CMYK 0.37 0 0.24 0.40
HSL 141.05º 0.23% 0.49% -
HSV(B) 141.05º 0.37% 0.6% -
XYZ 19.7 26.94 20.99 -
YUV 132.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 97 154 117 0.37 0 0.24 0.40 141.05 0.23 0.49
Hex 61 9A 75 25 0 18 28 8D 17 31
Octal 141 232 165 45 0 30 50 215 27 61
Binary 1100001 10011010 1110101 100101 0 11000 101000 10001101 10111 110001

Color Harmonies of #619A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A75

Black with #619A75

Text Example


Text Example

White with #619A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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