Html Css Color HEX #618F72 Oxley

📋 copy color: '#618F72'

red 97 ◦ green 143 ◦ blue 114

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

Shades of Oxley #618F72

Tints of Oxley #618F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 27.4%
G = 40.4%
B = 32.2%

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

#618F72 (or 0x618F72) is known color: Oxley. HEX triplet: 61, 8F and 72. RGB value is (97,143,114). Sum of RGB (Red+Green+Blue) = 97+143+114=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #618F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F72 is #9E708D. Grayscale: #7E7E7E. Windows color (decimal): -10383502 or 7507809. OLE color: 7507809.

HSL color Cylindrical-coordinate representation of color #618F72: hue angle of 142.17º 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 #618F72 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 114 -
CMYK 0.32 0 0.20 0.44
HSL 142.17º 0.19% 0.47% -
HSV(B) 142.17º 0.32% 0.56% -
XYZ 17.79 23.4 19.5 -
YUV 125.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 97 143 114 0.32 0 0.20 0.44 142.17 0.19 0.47
Hex 61 8F 72 20 0 14 2C 8E 13 2F
Octal 141 217 162 40 0 24 54 216 23 57
Binary 1100001 10001111 1110010 100000 0 10100 101100 10001110 10011 101111

Color Harmonies of #618F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F72

Black with #618F72

Text Example


Text Example

White with #618F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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