Html Css Color HEX #618F73 Oxley

📋 copy color: '#618F73'

red 97 ◦ green 143 ◦ blue 115

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

Shades of Oxley #618F73

Tints of Oxley #618F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 27.32%
G = 40.28%
B = 32.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#618F73 (or 0x618F73) is known color: Oxley. HEX triplet: 61, 8F and 73. RGB value is (97,143,115). Sum of RGB (Red+Green+Blue) = 97+143+115=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #618F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F73 is #9E708C. Grayscale: #7E7E7E. Windows color (decimal): -10383501 or 7573345. OLE color: 7573345.

HSL color Cylindrical-coordinate representation of color #618F73: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618F73 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 115 -
CMYK 0.32 0 0.20 0.44
HSL 143.48º 0.19% 0.47% -
HSV(B) 143.48º 0.32% 0.56% -
XYZ 17.85 23.42 19.8 -
YUV 126.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 97 143 115 0.32 0 0.20 0.44 143.48 0.19 0.47
Hex 61 8F 73 20 0 14 2C 8F 13 2F
Octal 141 217 163 40 0 24 54 217 23 57
Binary 1100001 10001111 1110011 100000 0 10100 101100 10001111 10011 101111

Color Harmonies of #618F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F73

Black with #618F73

Text Example


Text Example

White with #618F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618F73; }

 p { color: rgb(97,143,115); }

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

background-color css

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

 a { background-color: rgb(97,143,115); }

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

border-color css

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

 span { border-color: rgb(97,143,115); }

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