Html Css Color HEX #618C71 Oxley

📋 copy color: '#618C71'

red 97 ◦ green 140 ◦ blue 113

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

Shades of Oxley #618C71

Tints of Oxley #618C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 27.71%
G = 40%
B = 32.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#618C71 (or 0x618C71) is known color: Oxley. HEX triplet: 61, 8C and 71. RGB value is (97,140,113). Sum of RGB (Red+Green+Blue) = 97+140+113=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #618C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C71 is #9E738E. Grayscale: #7C7C7C. Windows color (decimal): -10384271 or 7441505. OLE color: 7441505.

HSL color Cylindrical-coordinate representation of color #618C71: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618C71 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 113 -
CMYK 0.31 0 0.19 0.45
HSL 142.33º 0.18% 0.46% -
HSV(B) 142.33º 0.31% 0.55% -
XYZ 17.29 22.49 19.05 -
YUV 124.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 97 140 113 0.31 0 0.19 0.45 142.33 0.18 0.46
Hex 61 8C 71 1F 0 13 2D 8E 12 2E
Octal 141 214 161 37 0 23 55 216 22 56
Binary 1100001 10001100 1110001 11111 0 10011 101101 10001110 10010 101110

Color Harmonies of #618C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C71

Black with #618C71

Text Example


Text Example

White with #618C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,113); }

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

background-color css

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

 a { background-color: rgb(97,140,113); }

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

border-color css

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

 span { border-color: rgb(97,140,113); }

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